Thread
:
How do I identify that the underlying OS supports a certain language?
View Single Post
#
2
(
permalink
)
05-19-2007, 01:25 PM
levent
Senior Member
Join Date: Dec 2006
Posts: 748
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)
levent
View Public Profile
Send a private message to levent
Find all posts by levent