Standard SetsStandard Sets
Sets Countries

New Zealand

New Zealand

countryName

Variations

officialStateName

New Zealand

twoLetterCode

NZ

threeLetterCode

NZL

numericCode

554

ccTLD

.nz

Transformations1

Convert Country name to official state name

New ZealandNew Zealand

getItemVariation('New Zealand', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

New ZealandNew Zealand

getItemVariation('New Zealand', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

New ZealandNZ

getItemVariation('New Zealand', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

New ZealandNZL

getItemVariation('New Zealand', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner