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
1855
resource customizer, not working in all languages
posted

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);

Parents Reply Children