Standard SetsStandard Sets
Sets Countries

Finland

Finland

countryName

Variations

officialStateName

The Republic of Finland

twoLetterCode

FI

threeLetterCode

FIN

numericCode

246

ccTLD

.fi

Transformations1

Convert Country name to official state name

FinlandThe Republic of Finland

getItemVariation('Finland', VariationKey.OFFICIAL_STATE_NAME)

Convert Country official state name to country name

The Republic of FinlandFinland

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

Convert Country official state name to two-letter code

The Republic of FinlandFI

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

Convert Country official state name to three-letter code

The Republic of FinlandFIN

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

by Ryan Hefner