• Resolved mseka

    (@mseka)


    Hi there,
    Thanks for building an awesome plugin.

    Is there any chance of making a link that will choose the language?
    for example:
    www.mysite.com/faq?lang=de
    and it will lead you to page with German Language

    I also tried your code but it only work when your pointer hover the switcher (even not click it)

    if(localStorage.getItem("ChangeLanguageFirstTime") === null) {
        doGTranslate('en|ar');
        localStorage.setItem("ChangeLanguageFirstTime", true);
    }

    Any advice will be appreciated
    Thank you

    • This topic was modified 9 months ago by mseka.
    • This topic was modified 9 months ago by mseka.

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Link to language option’ is closed to new replies.