Standard SetsStandard Sets
Sets Countries

Austria

Austria

countryName

Variations

officialStateName

The Republic of Austria

twoLetterCode

AT

threeLetterCode

AUT

numericCode

040

ccTLD

.at

Transformations1

Convert Country name to official state name

AustriaThe Republic of Austria

getItemVariation('Austria', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of AustriaAustria

getItemVariation('The Republic of Austria', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of AustriaAT

getItemVariation('The Republic of Austria', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of AustriaAUT

getItemVariation('The Republic of Austria', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner