02-25-2010 02:22 AM
How to get list of country names in blackberry
02-25-2010 03:43 AM
don't quite get the question. Are you trying to get the locale ?
02-25-2010 04:05 AM
I want to display List of country in dropdown field..
using
String[] countries = Locale.getISOCountries(); I can get the 2 letter code for country, but I need country names..
02-25-2010 06:51 AM
any help?
how to get array of country names
02-25-2010 12:55 PM
There is a getDisplayCountry() method in Locale that will get the country's name. I would use the getAvailableLocales() method and then go through and call getDisplayCountry() for each locale it returns.
03-01-2010 01:03 AM
getAvailableLocales() method return only to locale United states and United Kingdom, but I need List of all coutry name
03-02-2010 07:01 AM
any Suggestions?
11-29-2010 08:34 AM
I am also facing the same problem. displayCountryname is listing only two countries. Please help me.
01-07-2011 09:01 AM
I am also facing the same problem, As in I-phone they can find easily from NSLocale but in Blackberry we are not able to find it..... I am really frustrated.