LocalizationMap

Common interface to retrieve localization templates from a path.

Inheritors

Properties

Link copied to clipboard
abstract val effectiveLocale: Locale

Returns the effective locale of this localization map.

Link copied to clipboard
abstract val keys: @Unmodifiable Set<String>?

Returns an unmodifiable set of keys this localization map contains, or null if unsupported.

Functions

Link copied to clipboard
abstract operator fun get(path: String): LocalizationTemplate?

Returns the LocalizationTemplate with the corresponding path, or null if there is no such entry.