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

RichTextEditorRibbonBar Localization

3 Answers 124 Views
RichTextEditor
This is a migrated thread and some comments may be shown as answers.
Bekir
Top achievements
Rank 1
Iron
Bekir asked on 09 Feb 2015, 08:12 PM
Hello,
I localized RichTextEditor with an xml file (file name RichTextBoxStringsEng.xml).  But I didn't find any information about to localize RichTextEditorRibbonBar.
How can I localize RichTextEditorRibbonBar?
And Find/Replace dialog, Paragraph dialog and so on, all embedded dialogs are opening at the top left of the screen.
Is there a way to open all this dialogs at the center of screen or a manuel location?
Best regards...

3 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 11 Feb 2015, 04:51 PM
Hello Bekir,

Thank you for writing.

Currently the ribbon cannot be localized. We have a feature request for this in our Feedback Portal. You can track the item for status changes and add your vote for it here.

In addition you can set start position of the FindReplaceDialog with the following code:
var dialog = radRichTextEditor1.RichTextBoxElement.FindReplaceDialog as FindReplaceDialog;
dialog.StartPosition = FormStartPosition.CenterScreen;

All dialogs can be accessed with their corresponding property. 

Please let me know if there is something else I can help you with. 
 
Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Bekir
Top achievements
Rank 1
Iron
answered on 11 Feb 2015, 11:30 PM
Hello Dimitar,
Thank you for your response.
I added my vote.
I hope Telerik Team will solve this deficiency in a short time. 
I have to prepare my own RibbonUI.
Thank you again.
Regards...
0
Dimitar
Telerik team
answered on 13 Feb 2015, 03:59 PM
Hello Bekir,

I am glad I could be of help. Let us know if you have any other questions.

Regards,
Dimitar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RichTextEditor
Asked by
Bekir
Top achievements
Rank 1
Iron
Answers by
Dimitar
Telerik team
Bekir
Top achievements
Rank 1
Iron
Share this question
or