SetsCountries

Ghana

Ghana

countryName

Variations

officialStateName

The Republic of Ghana

twoLetterCode

GH

threeLetterCode

GHA

numericCode

288

ccTLD

.gh

Transformations1

Convert Country name to official state name

Ghana → The Republic of Ghana

getItemVariation('Ghana', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of Ghana → Ghana

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

Convert Country official state name to two-letter code

The Republic of Ghana → GH

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

Convert Country official state name to three-letter code

The Republic of Ghana → GHA

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