• Resolved eswarchandana12

    (@eswarchandana12)


    Hi,
    Our website current language is English , we have set the gtranlate to translate our website pages to czech language,As only when clicking the czech flag the website is translating , but we need our website to be loaded and translated bydefault to czech language.

    can you give me any code to set the default language as czech upon loading the website,
    below is my website link
    https://demositeqav2.wpenginepowered.com/
    I need a code to add this to work,can you solve this issue a soon as possible

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

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

    (@edo888)

    Hi,

    I do not recommend doing that.

    You can try this:

    <script>
    if(localStorage.getItem("ChangeLanguageFirstTime") === null) {
        document.cookie = 'googtrans=/en/cs';
        localStorage.setItem("ChangeLanguageFirstTime", true);
    }
    </script>

    Thanks! ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.