SetsCountries

Singapore

Singapore

countryName

Variations

officialStateName

The Republic of Singapore

twoLetterCode

SG

threeLetterCode

SGP

numericCode

702

ccTLD

.sg

Transformations1

Convert Country name to official state name

Singapore → The Republic of Singapore

getItemVariation('Singapore', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of Singapore → Singapore

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

Convert Country official state name to two-letter code

The Republic of Singapore → SG

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

Convert Country official state name to three-letter code

The Republic of Singapore → SGP

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