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

RadEditor : How to change the default language ?

1 Answer 432 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Suzi
Top achievements
Rank 1
Suzi asked on 21 Jul 2008, 07:40 AM
Hi,

I am using the RadEditor (for ASP.NET AJAX). Very nice component.

I noted that the default language of RadEditor is English. I would like to change the default language, and choose 'French'. Is it possible ? 

I didn't find informations into this page :
http://www.telerik.com/help/aspnet-ajax/usingglobalresourcefiles.html

Thank you,

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Jul 2008, 07:50 AM
Hi Suzi,

All you need to do is to copy / paste the App_GlobalResources installation folder to the root of your web application and after that set the editor's Language property to "fr-FR", e.g.

<telerik:radeditor Language="fr-FR" runat="server" ID="RadEditor1"></telerik:radeditor>

You can also test the following live example: Localization.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Suzi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or