Skip to content

kiwi.locale.ISOCountry

Nikos Siatras edited this page Oct 8, 2022 · 10 revisions

The ISOCountry object holds country information such as Name and ISO 3166 code for a specific country. Kiwi features a list with all 248 ISO countries that can be found at Locale.getISOCountries()

ISOCountry.getName()

function ISOCountry.getName() as String

Returns a name for this country that is appropriate for display to the user.

ISOCountry.getISOCode()

function ISOCountry.getISOCode() as String

Returns the 2-letter country code defined in ISO 3166.

ISOCountry.getISO3Code()

function ISOCountry.getISO3Code() as String

Returns a three-letter abbreviation for this locale's country.