How to use google translate to translate website automatically using geoip
Posted
by AK
on Stack Overflow
See other posts from Stack Overflow
or by AK
Published on 2010-03-25T22:31:33Z
Indexed on
2010/03/25
23:03 UTC
Read the original article
Hit count: 664
I have been looking around the internet for a script which would use google translate api to translate a website automatically through a geoip script without the need of clicking translate button. Since google does provide a small div snippet which you can add to your website and then through a drop down menu you can choose the language and click translate and it translates the whole website.
the snippet is here http://translate.google.com/translate_tools?hl=en&layout=1&eotf=1&sl=ru&tl=en
How can i integrate a geoip script along with the above snippet or there are also a couple of google translate scripts available on the internet.
© Stack Overflow or respective owner