|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.resources.i18n.Locales
public final class Locales
Static i18n methods.
Method Summary | |
---|---|
static java.util.Locale[] |
getAvailableLanguages()
Returns available languages. |
static java.util.Locale[] |
getAvailableLocales()
Returns the list of available locales. |
static java.lang.String[] |
getAvailableLocales(java.util.Locale locale)
Returns the list of available locales formatted as string in the specified locale. |
static void |
main(java.lang.String[] args)
Prints the list of available locales. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Locale[] getAvailableLanguages()
public static java.util.Locale[] getAvailableLocales()
public static java.lang.String[] getAvailableLocales(java.util.Locale locale)
locale
- The locale to use for formatting the strings to be returned.
public static void main(java.lang.String[] args)
args
- Command-lines arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |