public interface LanguageManager
Modifier and Type | Method and Description |
---|---|
Language |
getLanguage(java.lang.String languageKey)
Retrieves the Language for the given key
Null is returned when a plugin with languageKey could not be found, or it was not a Language
|
java.util.List<Language> |
getLanguages()
Returns a list of Language objects, representing the currently loaded languages
The en_GB locale is also added to the list
The sorting for this list is undefined.
|
Language getLanguage(java.lang.String languageKey)
languageKey
- The key to retrieve the language forjava.util.List<Language> getLanguages()
Copyright © 2003-2014 Atlassian. All Rights Reserved.