• Resolved bharti18

    (@bharti18)


    Hello,

    I’m using this translator for English, Hindi, Kannada. But i want to showcase the full website as Kannada without clicking the translator. I also tried the website Original language to Kannada, but not working, How can i do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You can try to add this javascript code into your theme footer:

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

    Thanks! ??

    thank you and what should i put there

    ‘googtrans=/de/hu’;

    this?

    <script> if(localStorage.getItem(“ChangeLanguageFirstTime”) === null) { document.cookie = ‘googtrans=/de/hu’; localStorage.setItem(“ChangeLanguageFirstTime”, true); } </script>

    and how can i setup that sitemaps only search the hr language?

    thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wants to change website’s original language’ is closed to new replies.