Standard SetsStandard Sets
Sets Countries

Spain

Spain

countryName

Variations

officialStateName

The Kingdom of Spain

twoLetterCode

ES

threeLetterCode

ESP

numericCode

724

ccTLD

.es

Transformations1

Convert Country name to official state name

SpainThe Kingdom of Spain

getItemVariation('Spain', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of SpainSpain

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

Convert Country official state name to two-letter code

The Kingdom of SpainES

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

Convert Country official state name to three-letter code

The Kingdom of SpainESP

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

by Ryan Hefner