SetsCountries

Bahrain

Bahrain

countryName

Variations

officialStateName

The Kingdom of Bahrain

twoLetterCode

BH

threeLetterCode

BHR

numericCode

048

ccTLD

.bh

Transformations1

Convert Country name to official state name

Bahrain → The Kingdom of Bahrain

getItemVariation('Bahrain', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of Bahrain → Bahrain

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

Convert Country official state name to two-letter code

The Kingdom of Bahrain → BH

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

Convert Country official state name to three-letter code

The Kingdom of Bahrain → BHR

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