Standard SetsStandard Sets
Sets Countries

New Caledonia

New Caledonia

countryName

Variations

officialStateName

New Caledonia

twoLetterCode

NC

threeLetterCode

NCL

numericCode

540

ccTLD

.nc

Transformations1

Convert Country name to official state name

New CaledoniaNew Caledonia

getItemVariation('New Caledonia', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

New CaledoniaNew Caledonia

getItemVariation('New Caledonia', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

New CaledoniaNC

getItemVariation('New Caledonia', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

New CaledoniaNCL

getItemVariation('New Caledonia', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner