A collection of languages.
language Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| double quotes | string | r/w | The double quotes pair for the language. |
| hyphenation vendor | string | r/w | The hyphenation rules source. |
| id | integer | read | The unique ID of the language. |
| index | integer | read | The index of the language within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| name | string | read | The name of the language. |
| object reference | language | read | An object reference for the language. |
| parent | document | read | The parent of the language (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| single quotes | string | r/w | The single quotes pair for the language. |
| spelling vendor | string | r/w | The spell-checking source. |