i have translations in my resx files for the following infragistics items. The translations appear in some languages but dont work in others, swedish for example does not display the translations i have for the below variables.
Infragistics.Windows.Resources.Customizer.SetCustomizedString("OPD_DragZoom", SmartLinkStrings.OPD_DragZoom); Infragistics.Windows.Resources.Customizer.SetCustomizedString("OPD_ScaleToFit", SmartLinkStrings.OPD_ScaleToFit); Infragistics.Windows.Resources.Customizer.SetCustomizedString("OPD_ScaleToFit_SeriesViewer", SmartLinkStrings.OPD_ScaleToFit_SeriesViewer); Infragistics.Windows.Resources.Customizer.SetCustomizedString("OPD_ZoomIn", SmartLinkStrings.OPD_ZoomIn); Infragistics.Windows.Resources.Customizer.SetCustomizedString("OPD_ZoomOut", SmartLinkStrings.OPD_ZoomOut);
Hello petetataliba,
Thank you for your post!
I have been looking into your issue. What I can suggest is to use styles to set the names of the Tooltips. The Windows.Resources refers to the controls like the DataPresenter and DockManager and not for the DataVisualization. More about this you can find on the following link: http://help.infragistics.com/Help/Doc/WPF/2012.1/CLR4.0/html/GeneralConcepts_Customizing_Resource_Strings_for_WPF_Only_control.html.
I have created a small sample application for you to show you the above mentioned approach. In the sample application I have a simple style, that sets the names of tooltips for the mentioned properties. You can check the name of the CurrentCulture(for example) and then to set different style for the XamOverviewPlusDetailPane.
Please find the attached sample application and feel free to let me know if you have any further questions on this matter.
I am just checking if you have any further questions on this matter. Please do not hesitate to let me know if you do.
no thank you that is all i need for now in regards to this issue!
Thank you for the feedback. I am glad I was able to help.