Standard SetsStandard Sets
Sets Countries

Israel

Israel

countryName

Variations

officialStateName

The State of Israel

twoLetterCode

IL

threeLetterCode

ISR

numericCode

376

ccTLD

.il

Transformations1

Convert Country name to official state name

IsraelThe State of Israel

getItemVariation('Israel', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The State of IsraelIsrael

getItemVariation('The State of Israel', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The State of IsraelIL

getItemVariation('The State of Israel', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The State of IsraelISR

getItemVariation('The State of Israel', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner