• Resolved bandreas3

    (@bandreas3)


    Hello. Our site is in English, however, is it possible for the language label to default “Select language” within the drop down?

    The following shortcodes default to “English” instead of “Select Language”

    [gt-link lang=”en” label=”Select Language”]

    [gtranslate label=”Select Language”]

    [gtranslate lang=”en” label=”Select Language”]

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    Unfortunately we do not have such option and it requires custom coding.

    You can try to execute the following js code after page load, which will set the dropdown to “Select Language” state:

    document.querySelector('select.gt_selector').value = '';

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Default “Select Language”’ is closed to new replies.