| Interface | Description |
|---|---|
| ContextualLocalizationManager |
A helper for
LocalizationManager which get the Locale from LocalizationContext 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 specific
Locale and TranslationBundle. |
| TranslationBundle |
A collection of translations in various Locales.
|
| TranslationBundleContext |
The Bundles applying to the current context ordered by priority.
|
| TranslationBundleFactory |
Creates bundles.
|
| Class | Description |
|---|---|
| LocaleUtils |
Extends
LocaleUtils with more tools. |
| 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.
|
Copyright © 2004–2017 XWiki. All rights reserved.