Package org.xwiki.localization
-
Interface Summary Interface Description ContextualLocalizationManager A helper forLocalizationManager
which get theLocale
fromLocalizationContext
and provide various common use cases methods.LocalizationContext Provide various localization related contextual informations (current Locale, etc.).LocalizationManager Internationalization service based on key/property values.Translation A translation is a specificLocale
andTranslationBundle
.TranslationBundle A collection of translations in various Locales.TranslationBundleContext The Bundles applying to the current context ordered by priority.TranslationBundleFactory Creates bundles. -
Class Summary Class Description LocaleUtils ExtendsLocaleUtils
with more tools. -
Exception Summary Exception Description LocalizationException All Localization module API must raise an exception of this type.TranslationBundleDoesNotExistsException Raised when trying to manipulate a bundle that does not exists.TranslationBundleFactoryDoesNotExistsException Raised when trying to manipulate a bundle that does not exists.