• Hi there,

    I integrated a menu as a dropdown. Is there a way to add a translation for the default “select” text (which shows up in the dropdown when no page is selected)? It is not translated to my website language, and I can’t find any other way to change it…

    Thanks for your help!
    Juliane

Viewing 1 replies (of 1 total)
  • If you use Polylang as a translation plugin on the site you can do like this:

    In the child themes function.php
    pll_register_string('Select i Advanced menu', 'Select');

    In the plugin file class-advanced-menu-widget.php row 14 instead of “Select”
    ' . pll__('Select') . '

    Then you go to the admin > Language > String translation use filter “polylang” and then translate the string in all your language.

    Hope this makes sens
    /Kim

Viewing 1 replies (of 1 total)
  • The topic ‘Translation for “Select” text of dropdown’ is closed to new replies.