Top "Iso-3166" questions

A standard published by ISO that defines codes for the names of countries, dependent territories, special areas of geographical interest, and their principal subdivisions (e.g., provinces or states).

Is there an open source java enum of ISO 3166-1 country codes

Does anyone know of a freely available java 1.5 package that provides a list of ISO 3166-1 country codes as a …

java internationalization country-codes iso-3166
Is there a good flag icon pack that corresponds to ISO-3166 Country Codes?

I'm in need of an icon pack containing flags that correspond with ISO-3166 country codes such as US, CA, SE, …

internationalization icons country-codes iso-3166
How to convert country names to ISO 3166-1 alpha-2 values, using python

I have a list of countries like: countries=['American Samoa', 'Canada', 'France'...] I want to convert them like this: countries=[…

python country-codes iso-3166
Getting the user's region with navigator.language

For some time, I've been using something like this to get my user's country (ISO-3166): const region = navigator.language.split(…

javascript locale iso-3166 ietf-bcp-47
How to get ISO 3166-1 compatible country code?

I am working on displaying list of timezones by country name. As answered here: Country to timezones in PHP/Zend …

php iso-3166