Standard SetsStandard Sets
Sets Countries

Andorra

Andorra

countryName

Variations

officialStateName

The Principality of Andorra

twoLetterCode

AD

threeLetterCode

AND

numericCode

020

ccTLD

.ad

Transformations1

Convert Country name to official state name

AndorraThe Principality of Andorra

getItemVariation('Andorra', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Principality of AndorraAndorra

getItemVariation('The Principality of Andorra', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Principality of AndorraAD

getItemVariation('The Principality of Andorra', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Principality of AndorraAND

getItemVariation('The Principality of Andorra', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner