Standard SetsStandard Sets
Sets Countries

Norway

Norway

countryName

Variations

officialStateName

The Kingdom of Norway

twoLetterCode

NO

threeLetterCode

NOR

numericCode

578

ccTLD

.no

Transformations1

Convert Country name to official state name

NorwayThe Kingdom of Norway

getItemVariation('Norway', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of NorwayNorway

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

Convert Country official state name to two-letter code

The Kingdom of NorwayNO

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

Convert Country official state name to three-letter code

The Kingdom of NorwayNOR

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

by Ryan Hefner