Standard SetsStandard Sets
Sets Locales

Maori

Maori

name

Variations

twoLetterCode

mi

threeLetterCode

mri

Transformations1

Convert Locale name to two-letter code

Maorimi

getItemVariation('Maori', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

miMaori

getItemVariation('mi', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

mimri

getItemVariation('mi', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner