Standard SetsStandard Sets
Sets Countries

Georgia

Georgia

countryName

Variations

officialStateName

Georgia

twoLetterCode

GE

threeLetterCode

GEO

numericCode

268

ccTLD

.ge

Transformations1

Convert Country name to official state name

GeorgiaGeorgia

getItemVariation('Georgia', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

GeorgiaGeorgia

getItemVariation('Georgia', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

GeorgiaGE

getItemVariation('Georgia', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

GeorgiaGEO

getItemVariation('Georgia', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner