Thai
name
Variations
twoLetterCode
th
threeLetterCode
tha
Transformations1
Convert Locale name to two-letter code
Thai → th
getItemVariation('Thai', VariationKey.TWO_LETTER_CODE)
Convert Locale two-letter code to name
th → Thai
getItemVariation('th', VariationKey.NAME)
Convert Locale two-letter code to three-letter code
th → tha
getItemVariation('th', VariationKey.THREE_LETTER_CODE)
by Ryan Hefner