Standard SetsStandard Sets
Sets Countries

Liechtenstein

Liechtenstein

countryName

Variations

officialStateName

The Principality of Liechtenstein

twoLetterCode

LI

threeLetterCode

LIE

numericCode

438

ccTLD

.li

Transformations1

Convert Country name to official state name

LiechtensteinThe Principality of Liechtenstein

getItemVariation('Liechtenstein', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Principality of LiechtensteinLiechtenstein

getItemVariation('The Principality of Liechtenstein', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Principality of LiechtensteinLI

getItemVariation('The Principality of Liechtenstein', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Principality of LiechtensteinLIE

getItemVariation('The Principality of Liechtenstein', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner