LocalizedTextEntry

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.

Constructors

Link copied to clipboard
constructor(text: String, language: LanguageCode)

Properties

Link copied to clipboard
open override val key: LanguageCode
Link copied to clipboard

The IETF BCP 47 language code for this translation.

Link copied to clipboard

The translated text content.

Link copied to clipboard
open override val value: String