Standard SetsStandard Sets
Sets Countries

Denmark

Denmark

countryName

Variations

officialStateName

The Kingdom of Denmark

twoLetterCode

DK

threeLetterCode

DNK

numericCode

208

ccTLD

.dk

Transformations1

Convert Country name to official state name

DenmarkThe Kingdom of Denmark

getItemVariation('Denmark', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of DenmarkDenmark

getItemVariation('The Kingdom of Denmark', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Kingdom of DenmarkDK

getItemVariation('The Kingdom of Denmark', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Kingdom of DenmarkDNK

getItemVariation('The Kingdom of Denmark', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner