Standard SetsStandard Sets
Sets Countries

Germany

Germany

countryName

Variations

officialStateName

The Federal Republic of Germany

twoLetterCode

DE

threeLetterCode

DEU

numericCode

276

ccTLD

.de

Transformations1

Convert Country name to official state name

GermanyThe Federal Republic of Germany

getItemVariation('Germany', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Federal Republic of GermanyGermany

getItemVariation('The Federal Republic of Germany', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Federal Republic of GermanyDE

getItemVariation('The Federal Republic of Germany', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Federal Republic of GermanyDEU

getItemVariation('The Federal Republic of Germany', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner