• Resolved loribethnc

    (@loribethnc)


    Our original site is created in English and I cloned it to create a separate site for our Brazil locations. I am using the GTranslate plug in to translate to Portuguese. Is there a way to have the site always default to the Portuguese translation unless another language is chosen? Everytime I open the site I have to select Portuguese again. If I have it open in Portuguese and select various pages it remains in Portuguese, I just can’t get it to default to Portuguese all the time without selecting it in the drop down menu.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andry

    (@blackstar1991)

    Paid version advantages

    • Search engine indexing
    • Search engine friendly (SEF) URLs
    • Human level neural translations
    • Edit translations manually
    • Automatic translation post-editing service and professional translations
    • Meta data translation (keywords, page description, etc…)
    • URL/slug translation
    • Language hosting (custom domain like example.fr, example.es)
    • Seamless updates
    • Increased international traffic and AdSense revenue
    • Works in China
    • Priority Live Chat support
    Thread Starter loribethnc

    (@loribethnc)

    I reached out to GTranslate and they were able to provide me with a code to make this work (not paid version). This code translates from English to Portuguese (en/pt).

    <script>

    if (!localStorage.getItem("ChangeLanguageFirstTime")) { document.cookie = 'googtrans=/en/pt'; localStorage.setItem("ChangeLanguageFirstTime", true);}

    </script>
    • This reply was modified 2 months, 3 weeks ago by loribethnc.
    Thread Starter loribethnc

    (@loribethnc)

    The code that was working last week has now stopped working.

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