Standard SetsStandard Sets
Sets Countries

Burundi

Burundi

countryName

Variations

officialStateName

The Republic of Burundi

twoLetterCode

BI

threeLetterCode

BDI

numericCode

108

ccTLD

.bi

Transformations1

Convert Country name to official state name

BurundiThe Republic of Burundi

getItemVariation('Burundi', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of BurundiBurundi

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

Convert Country official state name to two-letter code

The Republic of BurundiBI

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

Convert Country official state name to three-letter code

The Republic of BurundiBDI

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

by Ryan Hefner