SetsCountries

Kazakhstan

Kazakhstan

countryName

Variations

officialStateName

The Republic of Kazakhstan

twoLetterCode

KZ

threeLetterCode

KAZ

numericCode

398

ccTLD

.kz

Transformations1

Convert Country name to official state name

Kazakhstan → The Republic of Kazakhstan

getItemVariation('Kazakhstan', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of Kazakhstan → Kazakhstan

getItemVariation('The Republic of Kazakhstan', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of Kazakhstan → KZ

getItemVariation('The Republic of Kazakhstan', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of Kazakhstan → KAZ

getItemVariation('The Republic of Kazakhstan', VariationKey.THREE_LETTER_CODE)