java.lang.Object | ||
↳ | com.atlassian.core.util.LocaleUtils | |
↳ | com.atlassian.jira.web.util.JiraLocaleUtils |
This class is deprecated.
Should use the LocaleManager
interface or LocaleParser
instead.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_LOCALE_I18N_KEY | ||||||||||
String | DEFAULT_LOCALE_ID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class com.atlassian.core.util.LocaleUtils |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.core.util.LocaleUtils
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
getInstalledLocales() ) instead. Since v4.2
| |||||||||||
This method is deprecated.
Use
getInstalledLocalesWithDefault(java.util.Locale, com.atlassian.jira.util.I18nHelper) ) instead. Since v4.2
| |||||||||||
This method is deprecated.
Use {@link com.atlassian.jira.util.LocaleParser#parseLocale) instead. Since v4.2
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class com.atlassian.core.util.LocaleUtils | |||||||||||
From class java.lang.Object |
This method is deprecated.
Use getInstalledLocales()
) instead. Since v4.2
Returns a lazily-instantiated, unmodifiable List containing the installed locales.
This method is deprecated.
Use getInstalledLocalesWithDefault(java.util.Locale, com.atlassian.jira.util.I18nHelper)
) instead. Since v4.2
Retrieve the installed locales for the UI. Add 'Default' so that the JVM default can be used. The display name for each locale is written in that same locale to ensure that users are able to identify their own language.
defaultLocale | default locale |
---|---|
helper | i18n helper |
This method is deprecated.
Use {@link com.atlassian.jira.util.LocaleParser#parseLocale) instead. Since v4.2
Creates a locale from the given string. Similar to LocaleUtils, but this one is static
locale | locale |
---|