Standard SetsStandard Sets
Sets Countries

Ireland

Ireland

countryName

Variations

officialStateName

Ireland

twoLetterCode

IE

threeLetterCode

IRL

numericCode

372

ccTLD

.ie

Transformations1

Convert Country name to official state name

IrelandIreland

getItemVariation('Ireland', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

IrelandIreland

getItemVariation('Ireland', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

IrelandIE

getItemVariation('Ireland', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

IrelandIRL

getItemVariation('Ireland', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner