Standard SetsStandard Sets
Sets Locales

Thai

Thai

name

Variations

twoLetterCode

th

threeLetterCode

tha

Transformations1

Convert Locale name to two-letter code

Thaith

getItemVariation('Thai', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

thThai

getItemVariation('th', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

ththa

getItemVariation('th', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner