Localized String Map
class LocalizedStringMap(messages: Map<Locale, String>, attributes: LocalizedAttributable?) : LocalizedString, LocalizedAttributable
A simple implementation of LocalizedString that maps a locale values to string values.
Attributes may also be specified with the attributes parameter.
Functions
Link copied to clipboard
Returns the value of the attribute with the given name in the given locale or null if the attribute value is not defined for the locale.
Link copied to clipboard
Combines the two LocalizedString into one
Combines the LocalizedString and the String into a LocalizedString
Link copied to clipboard
Returns the string value based on the currently set Locale in de.comahe.i18n4k.i18n4k (de.comahe.i18n4k.config.I18n4kConfig.locale)
Returns the string value based on the given Locale.