Method getAvailableLocales()
Return type: java.util.Locale[]
Member of: java.util.Locale
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Locale[] locales = Locale.getAvailableLocales();
2 Locale[] locales = Locale.getAvailableLocales();
3 Locale[] arrLocales = Locale.getAvailableLocales();
4 Locale list[] = Locale.getAvailableLocales();
5 add(cb_locale = new JComboBox(Controller.objectArrayToStringArray(Locale.getAvailableLocales())), "1,4,2"); // getISOLanguages()
6 Locale[] locales = Locale.getAvailableLocales();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.