Localized country names

Viewed 17599

Where can I get the country names in all languages? I need these to localize an application.

5 Answers

IP2Location provide a free CSV formatted list of country names in 81 different languages. I've found this the most useful list for this purpose. The data can be fairy easily transformed into different formats if required:

https://www.ip2location.com/free/country-multilingual

Related