➡ Request Parameter
May be identified by reading the browser locale. The element is used to control the language of the <customer-message> and the correspondence to the customer. (see XSD files)
| Type | Condition | Example value |
|---|---|---|
| xs:string | Optional | de |
The first part of the browser locale is necessary. It can be parsed for example with the following JavaScript:
navigator.language.split('-')[0]