LocalizationTemplate

Represents an entire localizable string, with parameters.

You can implement your own template, the default one is DefaultLocalizationTemplate.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun localize(vararg args: Localization.Entry): String

Processes the localization template and replaces the named parameters by their values

Link copied to clipboard

Processes the localization template and replaces the named parameters by their values