| Interface | Description |
|---|---|
| LocalisationFactory |
Factory related to the localisation of process model objects.
|
| LocalisedString |
This interface allows implementors to provide a (string) representation which is localised.
|
| Localiser |
This interface provides access to a
Locale that is used for localisation. |
| Class | Description |
|---|---|
| LocalisationResolver |
Transparently resolves translations of localised model objects.
|
| LocalisationTools |
Tool methods for localising log and check report messages.
|
| LocalisedStringCollection |
Implementation to provide a collection of
LocalisedStrings. |
| NonLocalisedString |
Implementation to provide constant object (usually string)representations which do not need to be
localised as
LocalisedString. |
| TranslationDataAdapter |
Facilitates the getting of setting of translatable attributes and their
translations.
|
| Annotation Type | Description |
|---|---|
| Localised |
Identifies a localisable (translatable) return value.
|