Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1750
Work with Translations
posted

What is the way to retrieve translations from a cube in SSAS and switch between different languages in a xamPivotGrid?

Parents
No Data
Reply
  • 7922
    posted

    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

Children