Uses of Interface
org.xwiki.localization.Translation
-
Packages that use Translation Package Description org.xwiki.localization -
-
Uses of Translation in org.xwiki.localization
Methods in org.xwiki.localization that return Translation Modifier and Type Method Description Translation
ContextualLocalizationManager. getTranslation(String key)
Find a translation in the current language.Translation
LocalizationManager. getTranslation(String key, Locale locale)
Find a translation in the specified locale.Translation
TranslationBundle. getTranslation(String key, Locale locale)
Return the translation for the given key, in the specifiedLocale
.
-