17.3.3.14 lid
This element specifies the language which shall be used for this phonetic guide.
[Example: Consider a run of phonetic guide text which is using Japanese as it language. This constraint is specified using the following WordprocessingML:
<w:rubyPr>
…
<w:lid w:val="ja-JP"/>
…
</w:rubyPr>
The lid property is ja-JP for the phonetic guide, so the phonetic guide is specified to be Japanese. end example]
Attributes
val (Language Code)
Specifies an identifier for a specific language.
This code is interpreted in the context of the parent XML element.
[Example: Consider an object which must specify the English(Canada) language. That object would use an identifier of en-CA to specify this language. end example]
The possible values for this attribute are defined by the ST_Lang simple type (22.9.2.6).
[Note: The W3C XML Schema definition of this element’s content model (CT_Lang) is located in A.1. end note]