Multilingualism

By means of the TB.CAT 1.3, one may provide several language information (translations etc.) per product. For each multilingual storable information (components, product title, etc.) one receives – in addition to the value – a language tag in the attribute “xml:lang” which indicates the language. At least one language is indicated at any time.

<P_COMPONENT identifier="key" key="wid" name="Width"> <VALUE xml:lang="de-DE">110 cm</VALUE> <VALUE xml:lang="en-US">43.31 in</VALUE> </P_COMPONENT>

This representation form also applies if data is provided in only one language:

<P_COMPONENT identifier="key" key="wid" name="Width"> <VALUE xml:lang="de-DE">110 cm</VALUE> </P_COMPONENT>