Completed
Last Updated: 31 May 2019 10:26 by ADMIN
Release R2 2019 SP1 (LIB 2019.2.603)
Mihajlo
Created on: 24 May 2019 11:19
Category: RichTextEditor
Type: Bug Report
1
New texts to localize with new Telerik update

In R2 2019 RichTextEditor has a new GUI element, a toggle button named Simplified Ribbon. It looks neat, and I like it, but now I have to localize it. There is a link to a strings file on page https://docs.telerik.com/devtools/winforms/controls/richtexteditor/localization , but I can't find the text "simplified ribbon" in that xml file.

My fallback plan is to download the whole Telerik source code, I'm just reminding you here to update the file. And to ask you to update the file together with Telerik update in the future.

4 comments
ADMIN
Dimitar
Posted on: 31 May 2019 10:26
Hi Mihajlo,

Thank you for your feedback. The OptionsButton and ExitButton are not included in the Localization settings and they be can be localized using Text property as follows:
radRibbonBar1.RibbonBarElement.OptionsButton.Text = "Options";
radRibbonBar1.RibbonBarElement.ExitButton.Text = "Exit";

Indeed Text  "Simplfied Ribbon" is set to both `layoutModeButton` and `layoutModeTextElement` because the button itself does not have a text and its Text property is used to display a tooltip when the text element is not visible.


Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Mihajlo
Posted on: 31 May 2019 09:52

Two notes. Text "Simplfied Ribbon" is set to `Text` property of both `layoutModeButton` and `layoutModeTextElement`.

Also, there are also `OptionsButton` and `ExitButton` that should be localized.

ADMIN
Dimitar
Posted on: 31 May 2019 05:56
Hi,

In R2 2019 SP1 (and LIB 2019.2.603) you will be able to to change the default "Simplified Ribbon" text in radRibbonBar1.LocalizationSettings as follows:
this.radRibbonBar1.LocalizationSettings.LayoutModeText = "Compact Layout";

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 24 May 2019 12:22
Hello, Mihajlo,    

RibbonUI is a derivative of RadRibbonBar. The simplified button is a functionality coming from the basic RadRibbonBar. That is why it is not included in the xml file with the strings for RadRichTextEditor

In order to change the default "Simplified Ribbon" text, you can set the RichTextEditorRibbonBar.RibbonBarElement.LayoutModeTextElement.Text property to the desired text:

this.richTextEditorRibbonBar1.RibbonBarElement.LayoutModeTextElement.Text = "my text";

However, it sounds reasonable to be included in the RadRibbonBar's localization: https://docs.telerik.com/devtools/winforms/controls/ribbonbar/localization/localization

I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 


Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.