Language

constructor(id: Int, name: String, official: Boolean, iso639: String, iso3166: String, names: List<Name>)(source)

Parameters

id

The identifier for this resource.

name

The name for this resource.

official

Whether or not the language is official.

iso639

The two-letter code of the language as per ISO 639.

iso3166

The two-letter code of the country as per ISO 3166.

names

The localized names for this language resource.