Standard SetsStandard Sets
Sets Countries

French Guiana

French Guiana

countryName

Variations

officialStateName

French Guiana

twoLetterCode

GF

threeLetterCode

GUF

numericCode

254

ccTLD

.gf

Transformations1

Convert Country name to official state name

French GuianaFrench Guiana

getItemVariation('French Guiana', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

French GuianaFrench Guiana

getItemVariation('French Guiana', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

French GuianaGF

getItemVariation('French Guiana', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

French GuianaGUF

getItemVariation('French Guiana', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner