Country

@Serializable
data class Country(val language: MTCountryLanguage) : MTLanguage

Country-specific language.

Constructors

constructor(language: MTCountryLanguage)