Standard SetsStandard Sets
Sets Countries

Hong Kong

Hong Kong

countryName

Variations

officialStateName

Hong Kong

twoLetterCode

HK

threeLetterCode

HKG

numericCode

344

ccTLD

.hk

Transformations1

Convert Country name to official state name

Hong KongHong Kong

getItemVariation('Hong Kong', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

Hong KongHong Kong

getItemVariation('Hong Kong', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

Hong KongHK

getItemVariation('Hong Kong', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

Hong KongHKG

getItemVariation('Hong Kong', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner