Standard SetsStandard Sets
Sets Countries

Dominica

Dominica

countryName

Variations

officialStateName

The Commonwealth of Dominica

twoLetterCode

DM

threeLetterCode

DMA

numericCode

212

ccTLD

.dm

Transformations1

Convert Country name to official state name

DominicaThe Commonwealth of Dominica

getItemVariation('Dominica', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Commonwealth of DominicaDominica

getItemVariation('The Commonwealth of Dominica', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Commonwealth of DominicaDM

getItemVariation('The Commonwealth of Dominica', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Commonwealth of DominicaDMA

getItemVariation('The Commonwealth of Dominica', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner