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

Programmatically Localizing RadEditor

2 Answers 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sub
Top achievements
Rank 1
Sub asked on 03 Jul 2008, 02:23 PM
Hi,
I am currently localizing the editor using the codebehind method e.g.
RadEditor.Localization.Main.AskWordCleaning = "some localized text";

But..I have realized that I don't have programmatic access to some of the strings in the hyperlink manager.

Is there a way to access these properties?

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 03 Jul 2008, 02:31 PM
Hi Sub,

Could you please, tell us which is the strings that you are not able to localize?

Currently, you can set the  ExternalDialogsPath property, and then copy the LinkManager.ascx file from the EditorDialogs folder in the RadControls distribution to the location you specified for ExternalDialogsPath. Once you have done that, open the LinkManager.ascx and localize the desired strings.


Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Sub
Top achievements
Rank 1
answered on 03 Jul 2008, 03:54 PM
Hi Rumen,
That is a great solution.
Thanks

Tags
Editor
Asked by
Sub
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sub
Top achievements
Rank 1
Share this question
or