Skip to content

The customer's language

➡ Request Parameter

<language>

May be identified by reading the browser locale. The element is used to control the language of the &lt;customer-message> and the correspondence to the customer. (see XSD files)

TypeConditionExample value
xs:stringOptionalde

The first part of the browser locale is necessary. It can be parsed for example with the following JavaScript:

navigator.language.split('-')[0]