Standard SetsStandard Sets
Sets Countries

Netherlands

Netherlands

countryName

Variations

officialStateName

The Kingdom of the Netherlands

twoLetterCode

NL

threeLetterCode

NLD

numericCode

528

ccTLD

.nl

Transformations1

Convert Country name to official state name

NetherlandsThe Kingdom of the Netherlands

getItemVariation('Netherlands', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Kingdom of the NetherlandsNetherlands

getItemVariation('The Kingdom of the Netherlands', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Kingdom of the NetherlandsNL

getItemVariation('The Kingdom of the Netherlands', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Kingdom of the NetherlandsNLD

getItemVariation('The Kingdom of the Netherlands', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner