This is a migrated thread and some comments may be shown as answers.

Customize Editor's item / option Text

1 Answer 18 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Vishnu
Top achievements
Rank 1
Vishnu asked on 17 Dec 2013, 10:04 AM
Hi. am using Telerik 2011 version. I want to change the editor's item text like Design as Picture, Word as group, Characters as Spell.
Can you please provide the code / option, how to change those items text of 5 items. 
Please check the attached Image for more idea.

Thanks in advance. 

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 17 Dec 2013, 11:10 AM
Hi Vishnu,

I suggest using the localization files or the corresponding properties to change the desired labels.

For these approaches you can find more information on these articles:

For example, if you choose to apply the new labels via the properties from the code behind, these are the corresponding properties to the Design, Words: and Characters: labels:

RadEditor1.Localization.Main.RadEditorDesignMode = "Picture";
RadEditor1.Localization.Modules.StatisticsWords = "Group: ";
RadEditor1.Localization.Modules.StatisticsCharacters = "Spell: ";

Let me know if you need further assistance.

Regards,
Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
Vishnu
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or