LocalizationTemplate

Represents an entire localizable string, with parameters.

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

See also

Inheritors

Properties

Link copied to clipboard

Details about the arguments a user needs to supply to localize.

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