isoCountry

@get:JvmName(name = "getIsoCountry")
@set:JvmName(name = "setIsoCountry")
var isoCountry: String
Two-character ISO-standard country code, used as a modifier for a language spec (i.e. the `us` in `en-us`).

string iso_country = 3;