Standard SetsStandard Sets
Sets Countries

India

India

countryName

Variations

officialStateName

The Republic of India

twoLetterCode

IN

threeLetterCode

IND

numericCode

356

ccTLD

.in

Transformations1

Convert Country name to official state name

IndiaThe Republic of India

getItemVariation('India', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of IndiaIndia

getItemVariation('The Republic of India', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of IndiaIN

getItemVariation('The Republic of India', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of IndiaIND

getItemVariation('The Republic of India', VariationKey.THREE_LETTER_CODE)

by Ryan Hefner