SetsCountries

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

Maldives → The Republic of Maldives

getItemVariation('Maldives', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of Maldives → Maldives

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

Convert Country official state name to two-letter code

The Republic of Maldives → MV

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

Convert Country official state name to three-letter code

The Republic of Maldives → MDV

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