Tried Locale.getISOCountries() and Locale.getDisplayCountry(Locale inLocale)
?
> I meant how I can get a list of all country names in this world the
> same way Locale class did for languages in Locale.getISOLanguages()
> function.
Buy the ISO standards? Google for a list?
/Thomas

Signature
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hierarchy/comp/comp.lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
Dag Sunde - 02 Nov 2006 10:47 GMT
>> I meant how I can get a list of all country names in this world the
>> same way Locale class did for languages in Locale.getISOLanguages()
>> function.
>
> Buy the ISO standards? Google for a list?
...or search for it?
http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en
1.html
http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en
1-semic.txt
http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/iso_316
6-1_xml_en.zip

Signature
Dag.
Ben_ - 03 Nov 2006 15:26 GMT
It's indeed a way to get a list of countries, but the OP asks if it's
possible "the same way Locale class did for languages".