Standard SetsStandard Sets
Sets Countries

Taiwan

Taiwan

countryName

Variations

officialStateName

Taiwan

twoLetterCode

TW

threeLetterCode

TWN

numericCode

158

ccTLD

.tw

Transformations1

Convert Country name to official state name

TaiwanTaiwan

getItemVariation('Taiwan', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

TaiwanTaiwan

getItemVariation('Taiwan', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

TaiwanTW

getItemVariation('Taiwan', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

TaiwanTWN

getItemVariation('Taiwan', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner