Standard SetsStandard Sets
Sets Countries

Bhutan

Bhutan

countryName

Variations

officialStateName

The Kingdom of Bhutan

twoLetterCode

BT

threeLetterCode

BTN

numericCode

064

ccTLD

.bt

Transformations1

Convert Country name to official state name

BhutanThe Kingdom of Bhutan

getItemVariation('Bhutan', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of BhutanBhutan

getItemVariation('The Kingdom of Bhutan', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Kingdom of BhutanBT

getItemVariation('The Kingdom of Bhutan', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Kingdom of BhutanBTN

getItemVariation('The Kingdom of Bhutan', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner