Represents the languages for this run.
      
<lang
	val="langType"
	fareast="langType"
	bidi="langType"
/>
    | Element type | langElt | 
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
| Element | Description | 
|---|---|
| rPr | Represents run properties for the paragraph mark. | 
| rPr | Represents properties of the contents of this run. | 
| rPr | Represents the run properties for the list numbers. | 
| rPr | Represents the character properties to override in the table style. | 
| rPr | Represents the character properties for the style, if any. | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | langType | optional | Gets or sets Latin-language settings | |
| fareast | langType | optional | Gets or sets Asian-language settings. | |
| bidi | langType | optional | Gets or sets complex-scripts language settings. | 
      
<xsd:element name="lang" type="langElt" minOccurs="0" >
</xsd:element>