Questions tagged [country]
448 questions
2
votes
1 answer
Default shipping method
I am trying to write a shipping method base on both by country and also weight-base in Django-oscar. It seems the default shipping methods must also have these
from oscar.apps.shipping.methods import Free, FixedPrice, NoShippingRequired
I do…

evepokua
- 51
- 1
- 7
2
votes
1 answer
ASP.NET Cannot get FULL list of ALL countries in the world
There are 196 countries in the world.
I'm trying to show a dropdown list that show all of them.
I see many developer suggest using CultureInfo of ASP.NET but it's missing some countries because Culture & Country are different things.
So how can I…

HungDQ
- 315
- 1
- 5
- 15
2
votes
2 answers
GeoIP nearest (closest) country
Guys i have a little problem, i tried to find some examples on GeoIP based system that expands searches based on nearest neighbor countries. For example the visitor is from UK and tries to find IPs from France, Spain, Belgium etc. not for example…

Anonymous
- 748
- 3
- 10
- 22
2
votes
1 answer
PHP SQL - Sort by country
So, I've been having some issues with a school project I'm working on. I have a list of participants of a cooking contest. There's 4 from 5 different countires, and I want to be able to sort the contestants by their countries or show all, if no…

Barakna Obama
- 25
- 4
2
votes
1 answer
Matching Coordinate Pairs to Countries (Large Scale)
I've seen previous discussions about finding a country based on longitude and latitude coordinates which have led to a couple useful…

jls
- 21
- 2
2
votes
1 answer
Javascript redirect by language
Where can i find a simple javascript redirect code that redirect all the language detected to an english page, except the italian language that has its proper page?
Thank you very much

Alex
- 311
- 1
- 4
- 7
2
votes
3 answers
How to prevent Google geocoder incorrectly locating "European Union" as being in the USA?
I'm using https://maps.gstatic.com/maps-api-v3/api/js/19/4/intl/en_gb/geocoder.js
geocoder.geocode({"address":"European Union"}, ...
returns New York, USA as its location !!
What changes, additional parameters, etc must I use to receive a more…

ABTUK Webmaster
- 21
- 2
2
votes
2 answers
Rails Simple_Form: How to show long name of the country
I use simple_form gem to select country:
= simple_form_for @shop, :url => { :action => "create" }, :html => {:id => 'new_shop' } do |f|
= f.simple_fields_for :address, :html => {:multipart => true} do |o|
= o.input :country, :label =>…

Al17
- 431
- 7
- 20
2
votes
1 answer
How to get user country without internet and gps (may be Carrier?) in iOS
I want to get user country without internet connection and GPS.
I tried getting user's Country using Carrier information
(CTTelephonyNetworkInfo *info = [CTTelephonyNetworkInfo new];
CTCarrier *carrier = info.subscriberCellularProvider;),
but…

Mesut UZUN
- 37
- 1
- 7
2
votes
3 answers
How do I change State to a Country in Tableau?
Tableau seems to think that Scotland is a State rather than a country. I'm trying to highlight the country Scotland as well as other countries but I can't. It does recognize Scotland at a State/Province level. Is there any way I can change the…

Meat
- 21
- 1
- 3
2
votes
1 answer
Converting number to currency string using QLocale class
I am trying to convert numbers into currency string. I am using QLocale::toCurrencyString() method.
When I set my system locale(changed via Windows 7 Region and Language setup) as India and try to convert a number say 1872345.00 using…

Programmer
- 1,290
- 2
- 12
- 16
2
votes
2 answers
PayPal Country state codes
Can I find the states codes somewhere that have to be used for the PayPal address format?
For example: Which states codes have to be used for Turkey?
I already tried IST for Istanbul for example, but that doesn't work.

user3589413
- 21
- 1
- 2
2
votes
3 answers
Where can I get up to date country list?
I need to get list of valid countries for web application, is there any list that could be downloaded as XML or similar format, so that I could atomatically update country list?

newbie
- 24,286
- 80
- 201
- 301
2
votes
3 answers
Get current country in Android - traveling
I'm making an app in which I assign different values to each country and do something based on that value. Like:
Argentina 3
Australia 7
USA 23
To choose the country, I need to use the user's current country, for that I'm using Google's…

fersarr
- 3,399
- 3
- 28
- 35
2
votes
3 answers
How to get user's country and forward to URL?
How can I get the user's country and forward them to a URL based on it?
I am looking specifically at Australia, New Zealand, USA, UK and Other.
Preferably with PHP, but can use Javascript if necessary.

JaceG
- 134
- 2
- 15