Uses of Class
com.atlassian.confluence.languages.Language
Packages that use Language
Package
Description
-
Uses of Language in com.atlassian.confluence.languages
Methods in com.atlassian.confluence.languages that return LanguageModifier and TypeMethodDescriptionstatic Language
DefaultLanguageManager.getDefaultEnglishLanguage()
Returns a Language object with the Locale set to en_GB Also sets the location of the flag URLfinal Language
DefaultLanguageManager.getGlobalDefaultLanguage()
LanguageManager.getGlobalDefaultLanguage()
Returns the language enabled as the global default.DefaultLanguageManager.getLanguage
(String languageKey) 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 LanguageModifier and TypeMethodDescriptionDefaultLanguageManager.getLanguageMap()
DefaultLanguageManager.getLanguages()
LanguageManager.getLanguages()
Returns a list of Language objects, representing the currently loaded languagesMethods in com.atlassian.confluence.languages with parameters of type LanguageModifier and TypeMethodDescriptionint
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 -
Uses of Language in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions that return types with arguments of type Language