|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocaleManager
Provides Locale information for this JIRA instance.
| Method Summary | |
|---|---|
Set<Locale> |
getInstalledLocales()
Returns a set of locales supported by this JIRA instance. |
Map<String,String> |
getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper i18nHelper)
Returns a mapping of localeString to its displayname. |
Locale |
getLocale(String locale)
Given a string, return the corresponding Locale. |
| Method Detail |
|---|
Set<Locale> getInstalledLocales()
Map<String,String> getInstalledLocalesWithDefault(Locale defaultLocale,
I18nHelper i18nHelper)
defaultLocale - The locale to use as the defaulti18nHelper - Required to internationalize the 'Default'
Locale getLocale(String locale)
locale - Locale in string form
Locale object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||