Standard SetsStandard Sets
Sets Locales

Indonesian

Indonesian

name

Variations

twoLetterCode

id

threeLetterCode

ind

Transformations1

Convert Locale name to two-letter code

Indonesianid

getItemVariation('Indonesian', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

idIndonesian

getItemVariation('id', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

idind

getItemVariation('id', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner