Ireland
countryName
Variations
officialStateName
Ireland
twoLetterCode
IE
threeLetterCode
IRL
numericCode
372
ccTLD
.ie
Transformations1
Convert Country name to official state name
Ireland → Ireland
getItemVariation('Ireland', VariationKey.OFFICIAL_STATE_NAME)
Convert Country official state name to country name
Ireland → Ireland
getItemVariation('Ireland', VariationKey.COUNTRY_NAME)
Convert Country official state name to two-letter code
Ireland → IE
getItemVariation('Ireland', VariationKey.TWO_LETTER_CODE)
Convert Country official state name to three-letter code
Ireland → IRL
getItemVariation('Ireland', VariationKey.THREE_LETTER_CODE)
by Ryan Hefner