Skip to main content
Turns a country or locale code into the readable name of its region, written in the language you choose. For example it can turn NL into “Netherlands”, or “Nederland” when you ask for Dutch. Use this to make raw country codes coming from another system friendly for people to read, or to translate them into your shop’s language. You can pass either a plain country code such as NL, or a full locale such as en-US, in which case only the region part (US) is used.

Fields

Sample data

FieldValue
Languagenl
Input:
{ "country": "NL" }
Output:
{ "country": "Nederland" }