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

ImageManger FileExplore Language

1 Answer 91 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bader
Top achievements
Rank 1
Bader asked on 09 Dec 2010, 12:36 PM
Hello,

I have a problem,
I need to change the localization of the radfileexplorer which is displayed immediatily after clicking the image button in the radeditor control (View the attached image). In other words, I need to change all text which is appears in the fileexplorer to arabic (for example). So how can I do that?

Here is my radeditor code:
<telerik:RadEditor DialogsCssFile="~/Common/css/RTLRadEditorStyle/RadEditor_Dialogs_RTL.css"></telerik:RadEditor>
                        <telerik:radeditor runat="server" ID="AnsrRadEditor" SkinID="DefaultSetOfTools" Width="80%" 
                            Height="700px" Content='<%# DataBinder.Eval( Container, "DataItem.Ansr") %>' DialogsCssFile="~/Common/css/RTLRadEditorStyle/RadEditor_Dialogs_RTL.css" ContentAreaCssFile="~/Common/css/RTLRadEditorStyle/EditorContentArea_RTL.css" >
                            <ImageManager ViewPaths="~/Forums/Pages/FAQs/Imgs" DeletePaths="~/Forums/Pages/FAQs/Imgs" UploadPaths="~/Forums/Pages/FAQs/Imgs" />
                        </telerik:radeditor>


Please, I need your help.
it is apprecited to send me the modified code.

Regards,
Bader

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Dec 2010, 12:44 PM
Hello Bader,

Please, see this articles which will help you to localize RadEditor and its dialogs: Using Global Resource Files and Creating a New Language.
The localization strings for the Image Manager are located in the RadEditor.Dialogs.resx file.

All available localizations are available in the following forum sticky note: http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-for-asp-net-ajax-localizations.aspx.

Best regards,
Rumen
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Editor
Asked by
Bader
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or