View Single Post
  #2 (permalink)  
Old 05-19-2007, 01:25 PM
levent levent is offline
Senior Member
 
Join Date: Dec 2006
Posts: 748
levent is on a distinguished road
Try:

Code:
Locale[] locales = Locale.getAvailableLocales();
For more information, you can check following resources:

Identifying Available Locales (The Java™ Tutorials > Internationalization > Setting the Locale)
Trail: Internationalization (The Java™ Tutorials)
Locale (Java 2 Platform SE v1.4.2)
Reply With Quote