Standard SetsStandard Sets
Sets Countries

China

China

countryName

Variations

officialStateName

The People's Republic of China

twoLetterCode

CN

threeLetterCode

CHN

numericCode

156

ccTLD

.cn

Transformations1

Convert Country name to official state name

ChinaThe People's Republic of China

getItemVariation('China', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The People's Republic of ChinaChina

getItemVariation('The People's Republic of China', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The People's Republic of ChinaCN

getItemVariation('The People's Republic of China', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The People's Republic of ChinaCHN

getItemVariation('The People's Republic of China', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner