SetsCountries

Uganda

Uganda

countryName

Variations

officialStateName

The Republic of Uganda

twoLetterCode

UG

threeLetterCode

UGA

numericCode

800

ccTLD

.ug

Transformations1

Convert Country name to official state name

Uganda → The Republic of Uganda

getItemVariation('Uganda', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of Uganda → Uganda

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

Convert Country official state name to two-letter code

The Republic of Uganda → UG

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

Convert Country official state name to three-letter code

The Republic of Uganda → UGA

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