Standard SetsStandard Sets
Sets Countries

Kenya

Kenya

countryName

Variations

officialStateName

The Republic of Kenya

twoLetterCode

KE

threeLetterCode

KEN

numericCode

404

ccTLD

.ke

Transformations1

Convert Country name to official state name

KenyaThe Republic of Kenya

getItemVariation('Kenya', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of KenyaKenya

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

Convert Country official state name to two-letter code

The Republic of KenyaKE

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

Convert Country official state name to three-letter code

The Republic of KenyaKEN

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

by Ryan Hefner