Standard SetsStandard Sets
Sets Countries

Åland Islands

Åland Islands

countryName

Variations

officialStateName

Åland

twoLetterCode

AX

threeLetterCode

ALA

numericCode

248

ccTLD

.ax

Transformations1

Convert Country name to official state name

Åland IslandsÅland

getItemVariation('Åland Islands', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

ÅlandÅland Islands

getItemVariation('Åland', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

ÅlandAX

getItemVariation('Åland', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

ÅlandALA

getItemVariation('Åland', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner