Product SiteDocumentation Site

Chapter 5. Localization

The API supports localization of error messages and other content returned as part of a HTTP response. A client can request that content be localized into a particular language by providing the Accept-Language header with a request. [5] The Accept-Language header allows languages to be identified by standard tags. [6]
Localization support is currently available for:
Language Code Language
de German
nl Dutch
it Italian
Example 5.1. Using Accept-Language to request German localization
GET {base} HTTP/1.1
Host: {host}
Accept-Language: de



[5] The Accept-Language header is described in section 14.4 of RFC 2616
[6] The format for language tags is described in RFC 1766