Standard SetsStandard Sets
Sets Countries

Cameroon

Cameroon

countryName

Variations

officialStateName

The Republic of Cameroon

twoLetterCode

CM

threeLetterCode

CMR

numericCode

120

ccTLD

.cm

Transformations1

Convert Country name to official state name

CameroonThe Republic of Cameroon

getItemVariation('Cameroon', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of CameroonCameroon

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

Convert Country official state name to two-letter code

The Republic of CameroonCM

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

Convert Country official state name to three-letter code

The Republic of CameroonCMR

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

by Ryan Hefner