<lid> (Date Picker Language ID)

This element specifies the language ID which 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 parent structured document tag.

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

The calendar language ID for a calendar which may be displayed in the document shall be the default calendar format for the Japanese (Japan) language format (ja-JP). ]

Parent Elements

<date>2.5.2.7)

Attributes

Description

<val> (Language Code)

Specifies an ISO 639-1 letter code or 4 digit hexadecimal code for a specific language.

This code is interpreted in the context of the parent XML element.

The possible values for this attribute are defined by the ST_Lang simple type (§2.18.51).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Lang">
	<attribute name="val" type="ST_Lang" use="required"/>
</complexType>