How To Translate Entire Website With Google Translate
I am currently using the following to translate a web page: http://translate.google.com/about/intl/en_ALL/tour.html#professional The problem is, when I put the code snippet generat
Solution 1:
It appears this problem only shows up when using Google Chrome. Other browsers work fine:
http://groups.google.com/group/google-translate-general/browse_thread/thread/4b48a4f997762692
Solution 2:
The translation widget at the bottom of this page takes the approach of redirecting to google's page translation service which maintains the language but your page has to run inside a google container:
You might be able to listen to change events on the in-page translation widget and store the selected language in LocalStorage so you can automatically reselect it whenever a new page is loaded. However, this approach is pretty hacky since it could easily break whenever google alters the widget.
Post a Comment for "How To Translate Entire Website With Google Translate"