Hi,
I have problems finding a way to localize XamRibbon and XamRichTextEditor controls. There are no resource customizer or XamRichTextEditor.RegisterResources() (XamRibbon.RegisterResources()) method. Is it possible to localize these controls? How?
Regards,
Darius Butkevicius
Hello Darius,The custom resource strings for the XamRibbon and XamRichTextEditor could be set using the SetCustomizedString method and specifying the name of the resource and the value to be applied:Infragistics.Windows.Ribbon.Resources.Customizer.SetCustomizedString("Qat_QuickCustomizeMenu_ShowBelowRibbon", "[Localize]below");A table with the XamRibbon’s resource strings could be found at http://help.infragistics.com/Help/Doc/WPF/2016.1/CLR4.0/html/Resource_Strings_Ribbon_Resource_Strings.html Please do not hesitate to let me know if you have any other questions.