LocalizationLanguage

data class LocalizationLanguage(val code: String, val name: String)(source)

Carries LocalizationLanguage data through the SDAI localization layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(code: String, name: String)

Properties

Link copied to clipboard

Exposes the code value used by the SDAI localization layer.

Link copied to clipboard

Exposes the name value used by the SDAI localization layer.