Uses of Class
com.atlassian.confluence.languages.Language
-
Packages that use Language Package Description com.atlassian.confluence.core com.atlassian.confluence.languages com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.user.actions -
-
Uses of Language in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core that return types with arguments of type Language Modifier and Type Method Description List<Language>
ConfluenceActionSupport. getInstalledLanguages()
We MUST use the accessor here, otherwise languageManager may be null -
Uses of Language in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return Language Modifier and Type Method Description static Language
DefaultLanguageManager. getDefaultEnglishLanguage()
Returns a Language object with the Locale set to en_GB Also sets the location of the flag URLLanguage
DefaultLanguageManager. getGlobalDefaultLanguage()
Language
LanguageManager. getGlobalDefaultLanguage()
Returns the language enabled as the global default.Language
DefaultLanguageManager. getLanguage(String languageKey)
Language
LanguageManager. getLanguage(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 LanguageMethods in com.atlassian.confluence.languages that return types with arguments of type Language Modifier and Type Method Description Map<String,Language>
DefaultLanguageManager. getLanguageMap()
List<Language>
DefaultLanguageManager. getLanguages()
List<Language>
LanguageManager. getLanguages()
Returns a list of Language objects, representing the currently loaded languagesMethods in com.atlassian.confluence.languages with parameters of type Language Modifier and Type Method Description int
LanguageComparator. compare(Language o1, Language o2)
String
DefaultLanguageManager. getDisplayName(Language language)
boolean
DefaultLanguageManager. isDuplicateLanguage(Language language)
Determine whether there are at least two language packs for the given language installed. -
Uses of Language in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Language Modifier and Type Method Description Language
LanguageModuleDescriptor. getModule()
-
Uses of Language in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return types with arguments of type Language Modifier and Type Method Description List<Language>
AbstractLoginSignupAction. getLanguages()
-