Standard SetsStandard Sets
Sets Countries

Greece

Greece

countryName

Variations

officialStateName

The Hellenic Republic

twoLetterCode

GR

threeLetterCode

GRC

numericCode

300

ccTLD

.gr

Transformations1

Convert Country name to official state name

GreeceThe Hellenic Republic

getItemVariation('Greece', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Hellenic RepublicGreece

getItemVariation('The Hellenic Republic', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Hellenic RepublicGR

getItemVariation('The Hellenic Republic', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Hellenic RepublicGRC

getItemVariation('The Hellenic Republic', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner