Standard SetsStandard Sets
Sets Countries

Italy

Italy

countryName

Variations

officialStateName

The Italian Republic

twoLetterCode

IT

threeLetterCode

ITA

numericCode

380

ccTLD

.it

Transformations1

Convert Country name to official state name

ItalyThe Italian Republic

getItemVariation('Italy', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Italian RepublicItaly

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

Convert Country official state name to two-letter code

The Italian RepublicIT

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

Convert Country official state name to three-letter code

The Italian RepublicITA

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

by Ryan Hefner