SetsCountries

Philippines

Philippines

countryName

Variations

officialStateName

The Republic of the Philippines

twoLetterCode

PH

threeLetterCode

PHL

numericCode

608

ccTLD

.ph

Transformations1

Convert Country name to official state name

Philippines → The Republic of the Philippines

getItemVariation('Philippines', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of the Philippines → Philippines

getItemVariation('The Republic of the Philippines', VariationKey.COUNTRY_NAME)

Convert Country official state name to two-letter code

The Republic of the Philippines → PH

getItemVariation('The Republic of the Philippines', VariationKey.TWO_LETTER_CODE)

Convert Country official state name to three-letter code

The Republic of the Philippines → PHL

getItemVariation('The Republic of the Philippines', VariationKey.THREE_LETTER_CODE)