17.5.2.20 lid

This element specifies the language ID that shall be used for displaying a calendar for the current date picker structured document tag, if a user interface is present for the structured document tag.

If this element is omitted, then the language ID shall be the language ID of the run contents of the nearest ancestor structured document tag.

[Example: Consider the following structured document tag properties:

<w:sdtPr>
  <w:date w:fullDate="2006-01-01T06:30:00Z">
    <w:lid w:val="ja-JP"/>
  </w:date>
</w:sdtPr>

The calendar language ID for a calendar which can be displayed in the document must be the default calendar format for the Japanese (Japan) language format (ja-JP). 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]

Last updated on