Standard SetsStandard Sets
Sets Countries

Congo

Congo

countryName

Variations

officialStateName

The Republic of the Congo

twoLetterCode

CG

threeLetterCode

COG

numericCode

178

ccTLD

.cg

Transformations1

Convert Country name to official state name

CongoThe Republic of the Congo

getItemVariation('Congo', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of the CongoCongo

getItemVariation('The Republic of the Congo', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of the CongoCG

getItemVariation('The Republic of the Congo', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of the CongoCOG

getItemVariation('The Republic of the Congo', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner