Questions tagged [countries]
131 questions
2
votes
1 answer
Make US first in Woocommerce checkout countries select field
I already have US selected as my default country in the woocommerce checkout. In addition to that, I was asked to move 'US' to the very top of the country list in the checkout form.
I created a new filter and hooked into 'woocommerce_countries' hook…

user424370
- 89
- 1
- 13
2
votes
3 answers
Ruby on Rails 5, Country Flags
Just to begin with, I want to apologize for my inexpertise.
I'm still in the process of learning RoR.
I'm currently attempting to practice building a semi-advanced website, which is one big step, but I've made a lot of progress.
I'm currently…

LordLJ
- 51
- 1
- 7
2
votes
3 answers
Angular 2 Dropdown with flags and countrycode
my app is internationalized with ng2 translate,and in my login page I want something like a dropdown menù where every option have country flag and country name, is there something to install that resolve this quickly?
Or maybe any example that help…

Alessandro Celeghin
- 4,039
- 14
- 49
- 95
2
votes
3 answers
google maps: search in specific countries
I have a form in my PHP application which searches for locations in europe: Germany, France, Poland, Czech Republic, Spain, Austria, Romania, Italy.
This is my base query:
$address =…

cili
- 317
- 4
- 15
2
votes
5 answers
Swift - Get list of countries -> fatal error: Can't unwrap Optional.None
I asked few days ago about how to get a list of countries in Swift, and you solved the first part of it (here: Swift - Get list of countries), but I am not able to get the final countries list because it gives an error:
var countries: NSMutableArray…

rulilg
- 1,604
- 4
- 15
- 19
2
votes
3 answers
battles, ships sql query
Here is a schema about battleships and the battles they fought in:
Ships(name, yearLaunched, country, numGuns, gunSize, displacement)
Battles(ship, battleName, result)
A typical Ships tuple would be:
('New Jersey', 1943, 'USA', 9, 16,…

clever_bassi
- 2,392
- 2
- 24
- 43
2
votes
1 answer
Get City Names of a Country/State
On Lot of websites we select country from a select list and next select list shows us the list of cities of that country. I have am trying to search method provided by any api which gives the name of cities when I pass the country name. In any…

Sami
- 8,168
- 9
- 66
- 99
2
votes
1 answer
Get Longitude and Latitude from Country Name
I have Gmaps embedded in my site which pulls out a list of dealers from my database around the world and plots their location with a marker based on the dealer postcode in Gmaps. This works great however I need to extend this functionality to…

user1777165
- 29
- 1
- 1
- 2
1
vote
1 answer
Django ManyToMany filter
I have a Region infrastructure modeled as follows: Each region has a ManyToMany of countries, and optionally states (if it's a region within the US)
from django.contrib.auth.models import User
from django.contrib.localflavor.us.models import…

numegil
- 1,916
- 7
- 26
- 38
1
vote
1 answer
Drawing maps in WPF
I want to draw a map in WPF without using any third party controls.
I need each and every state of all the countries, and based on certain conditions I want to color them.
How can I get the polygon shapes of each state of all the countries?

user679530
- 897
- 1
- 8
- 11
1
vote
4 answers
States and Countries select box - best way to do it?
this may seem trivial but I'm setting up, on a profile form page I'm building, a countries and states select box such that when you select the US or Canada then the states box would display states of the selected countries else it would display a…

Ali
- 7,353
- 20
- 103
- 161
1
vote
1 answer
How to use i18n-iso-countries in react-native?
I need to get the country names in different languages ( using localization )
I found this library i18n-iso-countries : https://www.npmjs.com/package/i18n-iso-countries
doing what I need , but when I tried to install it using npm install…

Maria Nabil
- 11
- 2
1
vote
1 answer
Is there an API for fetching list of countries according iso 3166-1?
Is it possible to fetch a list of countries according to ISO 3166-1 ?
I have found this package (Countries), however I am not sure whether it is reliable source or not. How do you handle it ?
Also, there is a list of available countries in PDF, see…

captain-yossarian from Ukraine
- 31,174
- 3
- 30
- 62
1
vote
1 answer
How to fully restrict certain countries from being served any Ads via AdMob without requesting new permissions?
I am developing a new iOS/Android App and for legal reasons I need to restrict users in certain countries from being served any Ads via AdMob.
I have looked all over AdMob and there does not seem to be any way to 100% restrict a specific country…

ProgrammerGirl
- 3,157
- 7
- 45
- 82
1
vote
1 answer
How to get a list of country codes in WooCommerce
I wonder how to get list of country code [not country names] in WooCommerce?
I've gone through the WooCommerce docs but can't find the code. I know how to get the list of country names from WooCommerce but can't figure out how to get the codes
I am…

Westzone Solution
- 51
- 9