Tabular Translation Culture Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
LocaleName | String | Specifies the local name for the culture of the tabular translation. These should be of a format similar to en-US where the first two letters specify the lanuguage and the second two letters specify the region. This is a required property |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<Models> <Model /> </Models> | AstTabularModelTranslationNode | Specifies the collection of model translations. |