-2
Hello, I have a site only in html, css and js. The client asked to insert a language change button. English and Portuguese only. I wonder if there is any tool or way to do this process just using js or if I will have to translate the whole page and then create the anchor redirecting between the two files.
Thanks in advance for your attention.
I think you would have to use i18n, you can use two HTML [en and en], I just don’t know if it would be feasible for your project, or you can insert google Translate to your website.
– Alex