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.
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.htmlAnd here are all available customizable strings:http://help.infragistics.com/Help/NetAdvantage/WPF/2009.2/CLR3.5/html/WPF_Assembly_Resource_Strings.htmlYou can use the same method of Resource Customizer -SetCustomizedString in order to set Reporting text to be customize.I hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.