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
905
How can I set customized resource strings to Reporting components ?
posted

I want to localize to Reporting components' dialogs and screens to Turkish.

I can set the customized string to Ribbon with the following statement.

Infragistics.Windows.Ribbon.Resources.Customizer.SetCustomizedString("ToolContextMenu_ShowQatBelowRibbon", "Hzl Eriim Ara ubuunu Ribonun Altnda Gster");

So , How can I set Reporting customized resource strings ?

but I can not set the customized string to Reporting resources with following statement;

Infragistics.Windows.Reporting.

Resources.Customizer.SetCustomizedString("ToolContextMenu_ShowQatBelowRibbon", "Hzl Eriim Ara ubuunu Ribonun Altnda Gster");

Becouse Infragistics.Windows.Reporting can not include Resources class.

Parents
No Data
Reply
  • 12773
    Suggested Answer
    posted

    Hello,

    Here you can find the reporting resource string that can be customized:
    http://help.infragistics.com/Help/NetAdvantage/WPF/2009.2/CLR3.5/html/WPF_Reporting_Resource_Strings.html

    And here are all available customizable strings:
    http://help.infragistics.com/Help/NetAdvantage/WPF/2009.2/CLR3.5/html/WPF_Assembly_Resource_Strings.html

    You can use the same method of Resource Customizer -SetCustomizedString in order to set Reporting text to be customize.

    I hope this helps.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.

Children
No Data