Standard SetsStandard Sets
Sets Countries

Bangladesh

Bangladesh

countryName

Variations

officialStateName

The People's Republic of Bangladesh

twoLetterCode

BD

threeLetterCode

BGD

numericCode

050

ccTLD

.bd

Transformations1

Convert Country name to official state name

BangladeshThe People's Republic of Bangladesh

getItemVariation('Bangladesh', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The People's Republic of BangladeshBangladesh

getItemVariation('The People's Republic of Bangladesh', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The People's Republic of BangladeshBD

getItemVariation('The People's Republic of Bangladesh', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The People's Republic of BangladeshBGD

getItemVariation('The People's Republic of Bangladesh', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner