Standard SetsStandard Sets
Sets Countries

Ecuador

Ecuador

countryName

Variations

officialStateName

The Republic of Ecuador

twoLetterCode

EC

threeLetterCode

ECU

numericCode

218

ccTLD

.ec

Transformations1

Convert Country name to official state name

EcuadorThe Republic of Ecuador

getItemVariation('Ecuador', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of EcuadorEcuador

getItemVariation('The Republic of Ecuador', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of EcuadorEC

getItemVariation('The Republic of Ecuador', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of EcuadorECU

getItemVariation('The Republic of Ecuador', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner