Standard SetsStandard Sets
Sets Locales

Hindi

Hindi

name

Variations

twoLetterCode

hi

threeLetterCode

hin

Transformations1

Convert Locale name to two-letter code

Hindihi

getItemVariation('Hindi', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

hiHindi

getItemVariation('hi', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

hihin

getItemVariation('hi', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner