LocalizedTextEntry
data class LocalizedTextEntry(val text: String, val language: LanguageCode) : Map.Entry<LanguageCode, String> (source)
Represents a single localized text entry with text and language code.
This class is used as the serialization format for individual entries in a localized text map.