Standard SetsStandard Sets
Sets Countries

Cayman Islands

Cayman Islands

countryName

Variations

officialStateName

The Cayman Islands

twoLetterCode

KY

threeLetterCode

CYM

numericCode

136

ccTLD

.ky

Transformations1

Convert Country name to official state name

Cayman IslandsThe Cayman Islands

getItemVariation('Cayman Islands', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Cayman IslandsCayman Islands

getItemVariation('The Cayman Islands', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Cayman IslandsKY

getItemVariation('The Cayman Islands', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Cayman IslandsCYM

getItemVariation('The Cayman Islands', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner