Localized String Factory Map
class LocalizedStringFactoryMap(messages: Map<Locale, String>, attributes: LocalizedAttributable?) : LocalizedStringFactoryN
A simple implementation of LocalizedStringFactoryN that maps a locale values to string values.
Attributes may also be specified with the attributes parameter.
Functions
Link copied to clipboard
Create LocalizedString with the given parameter
Link copied to clipboard
Create a string with the given parameter
Link copied to clipboard
Shortcut for createLocalizedString
applies the parameter pairs and creates the LocalizedString instance