Standard SetsStandard Sets
Sets Countries

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

UgandaThe Republic of Uganda

getItemVariation('Uganda', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of UgandaUganda

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

Convert Country official state name to two-letter code

The Republic of UgandaUG

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

Convert Country official state name to three-letter code

The Republic of UgandaUGA

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

by Ryan Hefner