Categorized | PHP

Is there a php based script that will automatically translate a website according to the visitors IP?

Posted on 17 March 2010 by Abidoon

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?

Tags | , , , , , , ,

2 Responses to “Is there a php based script that will automatically translate a website according to the visitors IP?”

  1. Jimmy J says:

    No, you would have to write it. You would have a lot of things to write to.

  2. maSnun says:

    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 Reply