Hi there,
I have a big problem with the localization of SfRichTextBoxAdv and SfRichTextRibbon in a WindowsForms application.
I created WPF UserControl with 1 x SfRichTextBoxAdv and 1 x SfRichTextRibbon and host it in a WinForms Form.
Works well. Unfortunately I can't get the localization under control.
I created the corresponding resource files (Culture de) and integrated the corresponding reference > Thread.CurrentThread.CurrentUICulture = New System.Globalization.CultureInfo("de-DE") < into the code of the MainForm.
I also tried the reference, both in the code behind the UserControl and also in the code of the WinForm hosting the UserControl. No reaction, only the English localization.
I also have a WinForms form in the app hosting a WPF-PDFViewer UserControl. The localization with the LocalizationManager works in that case wonderfully.
I don't know what to do next, can you help me?
Thanks in advance.
Regards
Helmut