Standard SetsStandard Sets
Sets Countries

Korea

Korea

countryName

Variations

officialStateName

The Democratic People's Republic of Korea

twoLetterCode

KP

threeLetterCode

PRK

numericCode

408

ccTLD

.kp

Transformations1

Convert Country name to official state name

KoreaThe Democratic People's Republic of Korea

getItemVariation('Korea', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Democratic People's Republic of KoreaKorea

getItemVariation('The Democratic People's Republic of Korea', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Democratic People's Republic of KoreaKP

getItemVariation('The Democratic People's Republic of Korea', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Democratic People's Republic of KoreaPRK

getItemVariation('The Democratic People's Republic of Korea', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner