Turkish
nameVariations
twoLetterCodetr
threeLetterCodetur
Transformations1
Convert Locale name to two-letter code
Turkish → tr
getItemVariation('Turkish', VariationKey.TWO_LETTER_CODE)Convert Locale two-letter code to name
tr → Turkish
getItemVariation('tr', VariationKey.NAME)Convert Locale two-letter code to three-letter code
tr → tur
getItemVariation('tr', VariationKey.THREE_LETTER_CODE)by Ryan Hefner