Change the Page Language with Google Translate & jQuery

I used custom code and google translate to make my site multilingual. The problem that appears though, is that when I change from the default language(en) to any other language(ex. japanese), the site continues in that language, but when I switch back to English, and change the page, the language (japanese) returns. I added a video showing this process.
Currently the site only has the translation code on the Home page and the Battle->System page, for testing/debugging purposes.


Here is my site Read-Only: LINK

Here’s the live site: https://temari.webflow.io/

Here’s a YouTube video showing the bug/problem

2 Likes

I have the same problem, how did you solve it?

same problem here, has anyone found the solution or can help us?

https://preview.webflow.com/preview/city-vax-low-cost-pet-vaccinations?utm_medium=preview_link&utm_source=dashboard&utm_content=city-vax-low-cost-pet-vaccinations&preview=e890080b76514c62bc2a7b6c7039b203&workflow=preview

and this is the the code that I’m using:

/* Remove Google top bar and margin */ /* body > .skiptranslate { display: none; } */ /* Disable google translate original text tooltips */ #goog-gt-tt, .goog-te-balloon-frame{display: none !important;} .goog-text-highlight { background: none !important; box-shadow: none !important;}