Standard SetsStandard Sets
Sets Countries

Kuwait

Kuwait

countryName

Variations

officialStateName

The State of Kuwait

twoLetterCode

KW

threeLetterCode

KWT

numericCode

414

ccTLD

.kw

Transformations1

Convert Country name to official state name

KuwaitThe State of Kuwait

getItemVariation('Kuwait', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The State of KuwaitKuwait

getItemVariation('The State of Kuwait', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The State of KuwaitKW

getItemVariation('The State of Kuwait', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The State of KuwaitKWT

getItemVariation('The State of Kuwait', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner