Standard SetsStandard Sets
Sets Countries

South Africa

South Africa

countryName

Variations

officialStateName

The Republic of South Africa

twoLetterCode

ZA

threeLetterCode

ZAF

numericCode

710

ccTLD

.za

Transformations1

Convert Country name to official state name

South AfricaThe Republic of South Africa

getItemVariation('South Africa', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of South AfricaSouth Africa

getItemVariation('The Republic of South Africa', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of South AfricaZA

getItemVariation('The Republic of South Africa', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of South AfricaZAF

getItemVariation('The Republic of South Africa', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner