Standard SetsStandard Sets
Sets Countries

Australia

Australia

countryName

Variations

officialStateName

The Commonwealth of Australia

twoLetterCode

AU

threeLetterCode

AUS

numericCode

036

ccTLD

.au

Transformations1

Convert Country name to official state name

AustraliaThe Commonwealth of Australia

getItemVariation('Australia', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Commonwealth of AustraliaAustralia

getItemVariation('The Commonwealth of Australia', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Commonwealth of AustraliaAU

getItemVariation('The Commonwealth of Australia', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Commonwealth of AustraliaAUS

getItemVariation('The Commonwealth of Australia', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner