Questions tagged [countries]
131 questions
4
votes
2 answers
Database of major cities&towns of each country with latitude & longitude
I´m looking for a database of the major cities and towns of each country.
Most services have databases of millions of places (like this one https://www.maxmind.com/en/free-world-cities-database), but for my purposes that is way too detailed.
I…

Quento
- 41
- 1
- 2
4
votes
2 answers
magento - Allow Countries - What does this mean?
ok... so I feel really stupid asking this question.. but just wondering about the Allow Countries drop down in the admin panel..
What exactly does this mean?
Does it mean that only certain countries are allowed to purchase from your site? if it does…

Fiona
- 1,599
- 5
- 24
- 38
4
votes
1 answer
Districts/Sublocalities: List of, or how to get using Google API
I am desperately trying to find a list/database of districts or sublocalities for all cities of the world.
I use the list of all cities of the world from maxmind.com, however, they do not provide sublocalities or districts (like e.g. "Manhattan",…

Helmut
- 1,377
- 1
- 15
- 25
3
votes
2 answers
Number of total countries in Google Analytics is around 230 while google search says total number of countries is 197
Number of total countries in Google Analytics is around 230 while google search says total number of countries is 197.
How to explain this?
On my one site total number of countries according to Google Analytics is around 214. When I told this to a…

Hassan
- 75
- 2
3
votes
3 answers
Get the billing state code to display the name in WooCommerce
I am trying desperately to understand, how WooCommerce translates certain countries county/state names into database field constants and back.
ie.
I have a customer from Greece, who happens to be from a county/state, that I haven't got letters on…

Karl Johan Vallner
- 3,980
- 4
- 35
- 46
3
votes
2 answers
ISO Country/Currency data
All,
Our application requires data on ISO countries and currencies (where the data must be up to date). We did purchase country/currency data from ISO themselves, however we still needed to perform alot of manual manipulation of the data, as well as…

bstack
- 2,466
- 3
- 25
- 38
3
votes
2 answers
how to geochart countries and cities on a same map
I am facing a specific issue with the Geochart API from Google.
I want to Geochart countries, obviously, but several cities too.
These cities have a country code, but it doesn't work if I don't use "markers" mode anyway.
And if I use "markers" mode,…

user2183282
- 133
- 2
- 7
3
votes
2 answers
Where to list Puerto Rico?
When listing countries and states in a form (be it in a webapp, an OS app, mobile app, etc.), where should Puerto Rico be listed. In the country list or the state list?
Puerto Rico is not a country but its not a state. Puerto Rico is a US territory…

Mechlar
- 4,946
- 12
- 58
- 83
2
votes
2 answers
Flutter Dart - get localized country name from country code
I have a list of alpha-2 country codes.
List countryCodes = ["DE", "CH", "AT"];
How to get the localized country names in Flutter/Dart?
If the device language is set to english, i want this output..
Germany, Switzerland, Austria
If the…

Nao Kreuzeder
- 223
- 6
- 18
2
votes
1 answer
Android array-list currency list of countries
I want to get the currency list of all the countries but could not find anywhere in the xml format. Does anybody knows from where can I get it?

Siddharth Kumar
- 168
- 1
- 2
- 13
2
votes
2 answers
Show certain countries on WooCommerce checkout for particular products in cart
I am trying to show only limited countries in WooComerce checkout for particular products only.
I am successfully able to get the cart product id but i cannot get it outside the function.
// hide countries
function get_cart_product_id() {
…

Akash Talele
- 27
- 5
2
votes
1 answer
System defined list of countries?
Similar to how it works for time zones, is there a system defined way of listing out countries? something which is periodically updated to keep up with the times?
I need to generate a list:
ISO 3166-2…

siliconpi
- 8,105
- 18
- 69
- 107
2
votes
1 answer
How to add a class to the Django countries widget
Hi I am trying to use a Django plugin called django-countries to add a select with all the countries, sofar It's working but how can I add a html class to the select?
2
votes
2 answers
Remove specific states of a country on Woocommerce Checkout
I am trying to find a way to remove a few US states from the "State" dropdown in WooCommerce checkout page.
List of states:
Hawaii
Alaska
Armed Forces (AA)
Armed Forces (AE)
Armed Forces (AP)
What I have been doing so far:
I have been manually…

Danish Muneer
- 568
- 1
- 9
- 22
2
votes
2 answers
Googlemaps Reverse GeoCoding Get Country Name, UK Countries
I am using google maps Api V3 and using reverse geocoding to find the name of a country clicked on.
This appears to work fine for most countries except the countries within the UK.
The UK consists of England, Scotland, Wales and Northern Ireland,…

Bex
- 4,898
- 11
- 50
- 87