Standard SetsStandard Sets
Sets Locales

Arabic

Arabic

name

Variations

twoLetterCode

ar

threeLetterCode

ara

Transformations1

Convert Locale name to two-letter code

Arabicar

getItemVariation('Arabic', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

arArabic

getItemVariation('ar', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

arara

getItemVariation('ar', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner