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

France → The French Republic

getItemVariation('France', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The French Republic → France

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

Convert Country official state name to two-letter code

The French Republic → FR

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

Convert Country official state name to three-letter code

The French Republic → FRA

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

by Ryan Hefner