Parameterised Localized String
class ParameterisedLocalizedString(message: Any, parameter: MessageParameters) : AbstractLocalizedString
LocalizedString that can have parameters.
The parameters must be specified in the message according to the currently set MessageFormatter in i18n4k (I18n4kConfig.messageFormatter)
Constructors
Link copied to clipboard
constructor(message: Any, parameter: List<Any>, nameMapper: NameToIndexMapper = NameToIndexMapperNumbersFrom0)
Functions
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.