Standard SetsStandard Sets
Sets Countries

Argentina

Argentina

countryName

Variations

officialStateName

The Argentine Republic

twoLetterCode

AR

threeLetterCode

ARG

numericCode

032

ccTLD

.ar

Transformations1

Convert Country name to official state name

ArgentinaThe Argentine Republic

getItemVariation('Argentina', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Argentine RepublicArgentina

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

Convert Country official state name to two-letter code

The Argentine RepublicAR

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

Convert Country official state name to three-letter code

The Argentine RepublicARG

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

by Ryan Hefner