How can I find a user’s country using HTML5 geolocation?

Viewed 51351

I'm familiar with HTML5 geolocation for returning rough coordinates of the user’s location.

However, how can I return the name of the country that their coordinates are in?

6 Answers
Related