Standard SetsStandard Sets
Sets Countries

Hungary

Hungary

countryName

Variations

officialStateName

The Republic of Hungary

twoLetterCode

HU

threeLetterCode

HUN

numericCode

348

ccTLD

.hu

Transformations1

Convert Country name to official state name

HungaryThe Republic of Hungary

getItemVariation('Hungary', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of HungaryHungary

getItemVariation('The Republic of Hungary', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of HungaryHU

getItemVariation('The Republic of Hungary', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of HungaryHUN

getItemVariation('The Republic of Hungary', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner