views:

37

answers:

1

I am building a multilingual web application with a possibility to change the interface language on the fly. This implies, among many other things, a country name selector on registration/profile forms should be translated too.

So I'm wondering if there is some kind of a centralized resource somewhere on the web for country names in all or many (or some) languages. I need only three of them, and I know most likely I'll end up translating the English names (can be found easily on the web) to the other two languages myself. Which is OK, unless my customers add more languages that I don't speak. And of course there should be some mapping between the names through, say, their 2-letter codes.

+1  A: 

You can get the answer from http://stackoverflow.com/questions/3724970/localized-country-names

Pangea
The Wikipedia article is unstructured unfortunately. Another promising reference there is [Unicode CLDR Charts](http://cldr.unicode.org/index/charts), although can't find any mentioning of country names in all languages so far...
mojuba