Standard SetsStandard Sets
Sets Countries

Sweden

Sweden

countryName

Variations

officialStateName

The Kingdom of Sweden

twoLetterCode

SE

threeLetterCode

SWE

numericCode

752

ccTLD

.se

Transformations1

Convert Country name to official state name

SwedenThe Kingdom of Sweden

getItemVariation('Sweden', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of SwedenSweden

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

Convert Country official state name to two-letter code

The Kingdom of SwedenSE

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

Convert Country official state name to three-letter code

The Kingdom of SwedenSWE

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

by Ryan Hefner