DefaultLocalizationMap

class DefaultLocalizationMap(val effectiveLocale: Locale, localizationMap: Map<String, LocalizationTemplate?>) : LocalizationMap(source)

Constructors

Link copied to clipboard
constructor(effectiveLocale: Locale, localizationMap: Map<String, LocalizationTemplate?>)

Properties

Link copied to clipboard
open override val effectiveLocale: Locale

Returns the effective locale of this localization map.

Link copied to clipboard
open override val keys: Set<String>

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

Functions

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

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

Link copied to clipboard
open override fun toString(): String