Standard SetsStandard Sets
Sets Countries

United States

United States

countryName

Variations

officialStateName

The United States of America

twoLetterCode

US

threeLetterCode

USA

numericCode

840

ccTLD

.us

Transformations1

Convert Country name to official state name

United StatesThe United States of America

getItemVariation('United States', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The United States of AmericaUnited States

getItemVariation('The United States of America', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The United States of AmericaUS

getItemVariation('The United States of America', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The United States of AmericaUSA

getItemVariation('The United States of America', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner