Standard SetsStandard Sets
Sets Countries

Mexico

Mexico

countryName

Variations

officialStateName

The United Mexican States

twoLetterCode

MX

threeLetterCode

MEX

numericCode

484

ccTLD

.mx

Transformations1

Convert Country name to official state name

MexicoThe United Mexican States

getItemVariation('Mexico', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The United Mexican StatesMexico

getItemVariation('The United Mexican States', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The United Mexican StatesMX

getItemVariation('The United Mexican States', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The United Mexican StatesMEX

getItemVariation('The United Mexican States', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner