Standard SetsStandard Sets
Sets Countries

Botswana

Botswana

countryName

Variations

officialStateName

The Republic of Botswana

twoLetterCode

BW

threeLetterCode

BWA

numericCode

072

ccTLD

.bw

Transformations1

Convert Country name to official state name

BotswanaThe Republic of Botswana

getItemVariation('Botswana', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of BotswanaBotswana

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

Convert Country official state name to two-letter code

The Republic of BotswanaBW

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

Convert Country official state name to three-letter code

The Republic of BotswanaBWA

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

by Ryan Hefner