Interface ILocalizationViewModelEntry
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultLocalizationViewModelEntry, EndUserStateLocalizationViewModelEntry, FcUserInvocationLocalizationEntry
An entry with a map of messages for a given locale, used as part of
ILocalizationViewModel. You can create
custom subclasses with utility method for certain keys.- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionThe locale for which the localized messages are stored.Gets the map with the localized messages, a mapping from the message key to the localized message.voidSets the locale for which the localized messages are stored.voidsetMessages(Map<String, String> localizations) Sets the map with the localized messages, a mapping from the message key to the localized message.
-
Method Details
-
getLocale
-
setLocale
Sets the locale for which the localized messages are stored.- Parameters:
locale- The locale.
-
getMessages
-
setMessages
-