Standard SetsStandard Sets
Sets Countries

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

KazakhstanThe Republic of Kazakhstan

getItemVariation('Kazakhstan', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of KazakhstanKazakhstan

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

Convert Country official state name to two-letter code

The Republic of KazakhstanKZ

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

Convert Country official state name to three-letter code

The Republic of KazakhstanKAZ

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

by Ryan Hefner