Standard SetsStandard Sets
Sets Countries

Qatar

Qatar

countryName

Variations

officialStateName

The State of Qatar

twoLetterCode

QA

threeLetterCode

QAT

numericCode

634

ccTLD

.qa

Transformations1

Convert Country name to official state name

QatarThe State of Qatar

getItemVariation('Qatar', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The State of QatarQatar

getItemVariation('The State of Qatar', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The State of QatarQA

getItemVariation('The State of Qatar', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The State of QatarQAT

getItemVariation('The State of Qatar', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner