Standard SetsStandard Sets
Sets Countries

Benin

Benin

countryName

Variations

officialStateName

The Republic of Benin

twoLetterCode

BJ

threeLetterCode

BEN

numericCode

204

ccTLD

.bj

Transformations1

Convert Country name to official state name

BeninThe Republic of Benin

getItemVariation('Benin', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of BeninBenin

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

Convert Country official state name to two-letter code

The Republic of BeninBJ

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

Convert Country official state name to three-letter code

The Republic of BeninBEN

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

by Ryan Hefner