Standard SetsStandard Sets
Sets Countries

Chile

Chile

countryName

Variations

officialStateName

The Republic of Chile

twoLetterCode

CL

threeLetterCode

CHL

numericCode

152

ccTLD

.cl

Transformations1

Convert Country name to official state name

ChileThe Republic of Chile

getItemVariation('Chile', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of ChileChile

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

Convert Country official state name to two-letter code

The Republic of ChileCL

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

Convert Country official state name to three-letter code

The Republic of ChileCHL

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

by Ryan Hefner