• Resolved zain123333

    (@zain123333)


    I need to translate english to swedish and set as default language

    you guys sent me this code to put it in footer.php

    <script type="text/javascript">
    setTimeout(function(){
    if(localStorage.getItem("ChangeLanguageFirstTime") === null) {
     doGTranslate('en|sv');
     localStorage.setItem("ChangeLanguageFirstTime", true);
    }
     }, 3000);
    </script>

    but it didnt works

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

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

    (@edo888)

    Hi,

    When I open your website I see Swedish. I believe you just need to hide the language selector with CSS and that is it.

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘[NSFW] Default language cannot be changed’ is closed to new replies.