Possible Duplicate:
Simplest way to detect client locale in PHP
I am using PHP
in my code. I wanted to know if there was any way to display content according to a specific country.
For example - the webpage shows the average height of the people of a country.
So I want that if anyone from the US connects to the website, they get the result as:
The average height of the people of US is 6,5 feet.
Suppose a person from China connects, then he should get:
The average height of the people of China is 5,4 feet.