LocalizedNameBuilder

Builder that has a localizable name.

See also

Locale

Inheritors

Functions

Link copied to clipboard
open fun name(locale: Locale, name: String)

Registers a localization of name in locale.

Properties

Link copied to clipboard
abstract val name: String?

The default name.

Link copied to clipboard
abstract var nameLocalizations: MutableMap<Locale, String>?

A MutableMap containing localized versions of name.