Standard SetsStandard Sets
Sets Countries

Guatemala

Guatemala

countryName

Variations

officialStateName

The Republic of Guatemala

twoLetterCode

GT

threeLetterCode

GTM

numericCode

320

ccTLD

.gt

Transformations1

Convert Country name to official state name

GuatemalaThe Republic of Guatemala

getItemVariation('Guatemala', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of GuatemalaGuatemala

getItemVariation('The Republic of Guatemala', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of GuatemalaGT

getItemVariation('The Republic of Guatemala', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of GuatemalaGTM

getItemVariation('The Republic of Guatemala', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner