Standard SetsStandard Sets
Sets Countries

France

France

countryName

Variations

officialStateName

The French Republic

twoLetterCode

FR

threeLetterCode

FRA

numericCode

250

ccTLD

.fr

Transformations1

Convert Country name to official state name

FranceThe French Republic

getItemVariation('France', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The French RepublicFrance

getItemVariation('The French Republic', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The French RepublicFR

getItemVariation('The French Republic', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The French RepublicFRA

getItemVariation('The French Republic', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner