Standard SetsStandard Sets
Sets Countries

Greenland

Greenland

countryName

Variations

officialStateName

Greenland

twoLetterCode

GL

threeLetterCode

GRL

numericCode

304

ccTLD

.gl

Transformations1

Convert Country name to official state name

GreenlandGreenland

getItemVariation('Greenland', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

GreenlandGreenland

getItemVariation('Greenland', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

GreenlandGL

getItemVariation('Greenland', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

GreenlandGRL

getItemVariation('Greenland', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner