Language Element (ASSL)
Contains the language identifier of the parent element.
Syntax
<Cube> <!-- or Database, Dimension, MiningModel, MiningStructure, Translation -->
...
<Language>...</Language>
...
</Cube>
Element Characteristics
Characteristic | Description |
---|---|
Data type and length | Integer |
Default value | None |
Cardinality | See the table below. |
Ancestor or Parent | Cardinality |
---|---|
Translation | 1-1: Required element that occurs once and only once. |
All others | 0-1: Optional element that can occur once and only once. |
Element Relationships
Relationship | Element |
---|---|
Parent elements | Cube, Database, Dimension, MiningModel, MiningStructure, Translation |
Child elements | None |
Remarks
The Language element contains the default language identifier that is used by the parent element, or the specific language identifier for a Translation element. The language should be defined by using locale identifier (LCID) codes. For instance, LCID 1033 is used to indicate the English (U.S.) language.
The elements that correspond to the parents of the Language element in the Analysis Management Objects (AMO) object model are Cube, Database, Dimension, MiningModel, MiningStructure, and Translation.