What is the way to retrieve translations from a cube in SSAS and switch between different languages in a xamPivotGrid?
Hi,
The pivot grid has StringSetting property which exposes the strings used in the control. You can set all its properties to translate the control according you needs. Below is example how to set one of these properties.
PivotGrid.StringSetting.EmptyColumnsAreaText = "Empty column text";
Regards
my need is to retrieve from the SSAS the cubes translations of Dimensions names, attributes, measures etc