Defines a property that uses an ISO-6391-letter code or 4-digit hexadecimal code for a language.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | langType | required | Gets or sets an ISO-6391-letter code or 4-digit hexadecimal code for a language. | 
      
<xsd:complexType name="langProperty" >
  <xsd:attribute name="val" type="langType" use="required">
  </xsd:attribute>
</xsd:complexType>