Standard SetsStandard Sets
Sets Countries

Switzerland

Switzerland

countryName

Variations

officialStateName

The Swiss Confederation

twoLetterCode

CH

threeLetterCode

CHE

numericCode

756

ccTLD

.ch

Transformations1

Convert Country name to official state name

SwitzerlandThe Swiss Confederation

getItemVariation('Switzerland', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Swiss ConfederationSwitzerland

getItemVariation('The Swiss Confederation', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Swiss ConfederationCH

getItemVariation('The Swiss Confederation', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Swiss ConfederationCHE

getItemVariation('The Swiss Confederation', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner