Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of countries and nationalities in English, Portuguese and Spanish?

Tried to search google for some source who provides list of countries and nationalities in English, Portuguese and Spanish... no luck. Anyone knows one?

A link to a multi language website with a form with any of those list in the three languages would also be great!!

like image 572
jribeiro Avatar asked Feb 22 '23 23:02

jribeiro


1 Answers

It is in the unicode CLDR - grab the data link from here - http://cldr.unicode.org/index/downloads

unzip the core.zip

Look at main/en.xml, main/pt.xml, main/es.xml

There is a section in the xml for territories, which has the translated list of countries, and their mapping to the ISO-3166-1 code.

like image 184
Chi Avatar answered Apr 19 '23 23:04

Chi