I have seen posts on localizing application strings using the follow methods:http://blogs.infragistics.com/blogs/kiril_matev/archive/2010/06/28/localizing-your-application-using-infragistics-netadvantage-for-wpf.aspx.http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_Reporting_Resource_Strings.htmlBased on this and other posts, I think all I have to do is:Infragistics.Windows.Reporting.Resources.Customizer.SetCustomizedString("XamReportPreviewZoomInToolTip", "Zoom in”));Infragistics.Windows.Reporting.Resources.Customizer.SetCustomizedString("XamReportPreviewZoomOutToolTip", "Zoom Out”));before the report is made, However the tooltip on mouseover is blank. Even removing this Customizer code the tooltip is blank... I am able to set the tooltip on the form itself just fine though (as well as the PageContentAreaTooSmall message).
Hello dmurray123,
That should be all you need to do. I made a sample application that demonstrates this and attached it to this forum post.
If you comment out the first two lines in MainWindow(), verify that the English tooltips appear over those two buttons. Then, uncomment the lines, and see if the string has changed.
Elizabeth AlbertLocalization Engineer