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
75
Localize Print Preview Tooltips
posted

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.html

Based 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).

 

Parents
No Data
Reply
  • 8607
    Offline posted

    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 Albert
    Localization Engineer

    ReportLocalization.zip
Children
No Data