Standard SetsStandard Sets
Sets Countries

Brazil

Brazil

countryName

Variations

officialStateName

The Federative Republic of Brazil

twoLetterCode

BR

threeLetterCode

BRA

numericCode

076

ccTLD

.br

Transformations1

Convert Country name to official state name

BrazilThe Federative Republic of Brazil

getItemVariation('Brazil', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Federative Republic of BrazilBrazil

getItemVariation('The Federative Republic of Brazil', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Federative Republic of BrazilBR

getItemVariation('The Federative Republic of Brazil', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Federative Republic of BrazilBRA

getItemVariation('The Federative Republic of Brazil', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner