Posted By:
Naveed_Azhar
Posted On:
Wednesday, August 8, 2001 08:24 AM
Hi there
Here is the code
Locale[] lArray = Locale.getAvailableLocales();
for ( int i = 0 ; i < lArray.length ; i ++ ) {
System.out.println(lArray[i].getCountry() + " " + lArray[i].getDisplayCountry());
}
Naveed Azhar
naveed@hotmail.com