ISO-3166 standard defining 2 and 3 character identifiers for each country in the world.
Questions tagged [country-codes]
326 questions
-1
votes
1 answer
Determine country based on same country code
I have a list of all the countries based on their STD dialing codes for example +91 for India, +1 for USA,etc.
Based on dialing code, i can easily pick country. For example with +213 code, i can get Algeria as country.
But for +1 dialing code, i get…

Dharmendra Yadav
- 152
- 1
- 13
-1
votes
2 answers
Excel country code
I have a worksheet (worksheet1) with country codes in the A column and country names in the B column. In an other worksheet (worksheet2) is a long list with the country names and other additional informations (in the same cell). How to show the…

tiborjan
- 31
- 1
- 6
-1
votes
4 answers
Show country code based on user selection from dropdown list
I want the user to choose his/her country from a drop-down list, Then I want to show the country code in a text field in order to allow the user to type his/her number.
This is the country list with the phone number code:

Lana
- 148
- 1
- 3
- 12
-1
votes
1 answer
How to specify the country in facebook graph api search?
How to specify the country in facebook graph api search
im not very tech in this, need in simple form
https://graph.facebook.com/search?q=Sarkozy
Then, i want to have replies only in a certain country…

user3403583
- 1
- 1
-1
votes
1 answer
Country based on IP Address - A new approach to Improving Accuracy?
For my web app, I was wondering how to improve the accuracy of the country lookup based on IP address. Has anyone tried using a number of the API services in parallel and taking a vote, i.e. if 4 out of 5 return 'GB' and one returns 'US' then go…

Phil
- 1
- 1
-1
votes
2 answers
How do I obtain the ISO3 code, and not the factor index, from my reverse geocode function?
I am working with a three variable dataset of over 270,000 observations. The three variables are the observation value, latitude and longitude. In a previous, related, post I managed to get help on how to allow the reverse geocode function to skip…

ealfons1
- 353
- 1
- 6
- 24
-1
votes
3 answers
C# string assign
My programm locates your IP Adress with country.
when you are from germany, it will display DE
when you are in USA it will display US
etc.
Now my question is how to turn automaticly the string maybe from HU to Hungary.
Should i create an itemlist or…

Diar Do
- 11
- 1
-2
votes
1 answer
Validating string against predefined formats in JavaScript (postal codes)
Not sure how easy this would be, but maybe some of you guys can help.
I have a file that contains acceptable formats for postal codes in different countries.
Example below is for United States, it's listed like so:
COUNTRY CODE | FORMAT |…

dEf
- 67
- 2
- 8
-2
votes
2 answers
how to retrive the country code ios example
I want to display the country code in a uitextfield.
Is there some source code example on iOS about this?
I did some search, but i can t find anything concrete.
I need a start point.

just ME
- 1,817
- 6
- 32
- 53
-3
votes
1 answer
Can't Convert Country Into Continent Through CountryCode
library(tidyverse)
library(readr)
library(countrycode)
library(stringr)
B07 <- read_csv("Downloads/BorderData/BorderApprehension2007.csv")
B08 <- read_csv("Downloads/BorderData/BorderApprehension2008.csv")
B07[is.na(B07)] = 0
B08[is.na(B08)] = 0
#…

josephtg1
- 1
- 1
-3
votes
1 answer
How to make my "phone" field just like Google Signup Page
i have field for "Phone Number" what i need to do is that to make it like the below image.default will be the user current location country code
when i click into it so it opens like this
Note : I do not need Country flags and it's jQuery Mobile…

Fawad Ghafoor
- 6,039
- 7
- 41
- 53