Standard SetsStandard Sets
Sets Locales

French

French

name

Variations

twoLetterCode

fr

threeLetterCode

fra

Transformations1

Convert Locale name to two-letter code

Frenchfr

getItemVariation('French', VariationKey.TWO_LETTER_CODE)

Convert Locale two-letter code to name

frFrench

getItemVariation('fr', VariationKey.NAME)

Convert Locale two-letter code to three-letter code

frfra

getItemVariation('fr', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner