Top "Country-codes" questions

ISO-3166 standard defining 2 and 3 character identifiers for each country in the world.

Getting visitors country from their IP

I want to get visitors country via their IP... Right now I'm using this (http://api.hostip.info/country.php?…

php geolocation ip country-codes
List of phone number country codes

On this Wikipedia entry I found out that ITU Telecommunication Standardization Sector (ITU-T) is providing such list of country calling …

phone-number country-codes
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
How can I get the country (or its ISO code)?

What is the best way to get the country code? As of now, I know two ways. One is to …

android location country-codes
Get visitors language & country code with javascript (client-side)

Question: Is there a javascript (client-side) code to get visitors country/language code, that is accurate and is cross-"modern"…

javascript localization geolocation country-codes
ISO2 country code from country name

Is there an easy way in Java to get the ISO2 code from a given country name, for example "CH" …

java country-codes
Csv list of country codes/names?

Where can I get a list of easily parseable country codes and names? Note: 2 letter codes wanted. Examples: au,Australia …

country-codes
How do you detect a website visitor's country (Specifically, US or not)?

I need to show different links for US and non-US visitors to my site. This is for convenience only, so …

php javascript timezone country country-codes
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