xml:lang

Language

The language of the intellectual content of the element for which this is an attribute, typically a whole article

Remarks

Recommended best practice is to use values as defined in RFC 4646, typically two-letter, lower-case language codes such as “fr” (French), “en” (English), and “de” (German). These values are NOT case sensitive, but current best practice uses all lower case. Values can be obtained from the IANA Language Subtag Registry: http://www.iana.org/assignments/language-subtag-registry

Processing and Conversion Note: Unlike nearly all other attributes in XML, the value of language is inherited. This means that all elements inside the one with the language attribute (its descendants) are assumed to be in the same language, unless they explicitly set their own @xml:lang attribute.

Attribute Values

In Elements

<abbrev-journal-title>, <article>, <journal-subtitle>, <journal-title>, <response>, <sub-article>
Value Meaning
An alphanumeric string, which may include hyphens For best practice, use the RFC 4646, typically two-letter, lower-case language code (such as “en”), including any subcodes (such as “en-au”).
Default value: EN

In Element

<trans-title-group>
Value Meaning
An alphanumeric string, which may include hyphens For best practice, use the RFC 4646, typically two-letter, lower-case language code (such as “en”), including any subcodes (such as “en-au”)..
Restriction: This attribute must be specified if the element is used.

In Elements

<abstract>, <alt-text>, <array>, <article-title>, <boxed-text>, <caption>, <disp-quote>, <fig>, <fn>, <inline-formula>, <kwd-group>, <long-desc>, <p>, <preformat>, <sec>, <source>, <speech>, <subj-group>, <subtitle>, <supplementary-material>, <table-wrap>, <trans-abstract>, <trans-source>, <trans-title>, <verse-group>
Value Meaning
An alphanumeric string, which may include hyphens For best practice, use the RFC 4646, typically two-letter, lower-case language code (such as “en”), including any subcodes (such as “en-au”). The values are not case sensitive.
Restriction: This attribute may be specified if the element is used.