Localization
The API responses can be returned in specific languages, for example the list of countries might be in German. If no language is defined, then all responses will be in English.
To configure a request to be returned in a specific language, you need to add to your request an Accept-Language HTTP header with one of the language codes from the table below:
Language | Code |
---|---|
English | en |
German | de |
Spanish | es |
Italian | it |
Updated almost 3 years ago