[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

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: Consider the following structured document tag properties:

<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). end example]

Parent Elements

date2.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.

 

[Example: Consider an object which shall specify the English(Canada) language. That object would use the ISO 639-1 letter code of en-CA to specify this language. end example]

 

The possible values for this attribute are defined by the ST_Lang simple type2.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>