Using dimension attributes as captions

Configuring which dimension attribute should be used for which language is handled in the advanced properties of a dimension.

In the Edit Database dashboard, select a dimension. In the Advanced section of the Properties pane, you can edit the XML. For example:

<Alea:Properties xmlns:Alea="http://www.misag.com">
  <Alea:Translation LocaleIdentifier="3079">
    <Alea:Caption>Monat - Caption</Alea:Caption>
    <Alea:Description>Österreichische Monatsnamen</Alea:Description>
    <Alea:MemberCaption AttribTableID="1" FieldName="CaptionAT"/>
    </Alea:Translation>
  <Alea:Translation LocaleIdentifier="7">
    <Alea:Description>German description</Alea:Description>
  </Alea:Translation>
</Alea:Properties>