tyler asked:
Is there a php based script that will automatically translate a website according to the visitors IP address using Google Translator or better yet any other translator?
Is there a php based script that will automatically translate a website according to the visitors IP address using Google Translator or better yet any other translator?


2 Comments to 'Is there a php based script that will automatically translate a website according to the visitors IP?'
September 15, 2009
No, you would have to write it. You would have a lot of things to write to.
September 18, 2009
First collect a IP to Country script (with database of course).
Detect the country.
Detect it’s language.
Check if Google T has support for it.
If they have, translate it, otherwise, translate to english or keep it as it is.
A lot of coding required in fact.
Leave a comment