java.lang.Object | |
↳ | com.atlassian.core.util.LocaleUtils |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | LANGUAGE_DESCRIPTOR_FILENAME | ||||||||||
String | LOCALE_TAG_NAME |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
installedLocales |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method locates all installed language bundles that are found on the classpath by looking for
LANGUAGE_DESCRIPTOR_FILENAME files on the classpath, and parsing the value of the
LOCALE_TAG_NAME element. | |||||||||||
Creates a locale from the given string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method locates all installed language bundles that are found on the classpath by looking for
LANGUAGE_DESCRIPTOR_FILENAME
files on the classpath, and parsing the value of the
LOCALE_TAG_NAME
element.
IOException | when problems arise retrieving resources from the classpath |
---|