Standard SetsStandard Sets
Sets Countries

Vanuatu

Vanuatu

countryName

Variations

officialStateName

The Republic of Vanuatu

twoLetterCode

VU

threeLetterCode

VUT

numericCode

548

ccTLD

.vu

Transformations1

Convert Country name to official state name

VanuatuThe Republic of Vanuatu

getItemVariation('Vanuatu', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of VanuatuVanuatu

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

Convert Country official state name to two-letter code

The Republic of VanuatuVU

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

Convert Country official state name to three-letter code

The Republic of VanuatuVUT

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

by Ryan Hefner