Standard SetsStandard Sets
Sets Countries

Maldives

Maldives

countryName

Variations

officialStateName

The Republic of Maldives

twoLetterCode

MV

threeLetterCode

MDV

numericCode

462

ccTLD

.mv

Transformations1

Convert Country name to official state name

MaldivesThe Republic of Maldives

getItemVariation('Maldives', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of MaldivesMaldives

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

Convert Country official state name to two-letter code

The Republic of MaldivesMV

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

Convert Country official state name to three-letter code

The Republic of MaldivesMDV

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

by Ryan Hefner