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

French localization for RadEditor

4 Answers 160 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Julien
Top achievements
Rank 1
Julien asked on 01 Oct 2008, 02:16 PM
Hi, I'm trying to have my radeditor in french but it doesn't work, all is in english.
Here is what I've done :

<telerik:RadEditor ID="txtContenu" Runat="server" Height="600px" Skin="Web20" Language="fr-FR"
    <Tools> 
        <telerik:EditorToolGroup> 
            <telerik:EditorTool Name="Print" /> 
            <telerik:EditorTool Name="FindAndReplace" /> 
            <telerik:EditorSeparator /> 
            <telerik:EditorTool Name="Undo" /> 
            <telerik:EditorTool Name="Redo" /> 
            <telerik:EditorSeparator /> 
            <telerik:EditorTool Name="Cut" /> 
            <telerik:EditorTool Name="Copy" /> 
            <telerik:EditorTool Name="Paste" /> 
            <telerik:EditorTool Name="PasteFromWord" /> 
            <telerik:EditorSeparator /> 
            <telerik:EditorTool Name="JustifyLeft" /> 
            <telerik:EditorTool Name="JustifyCenter" /> 
            <telerik:EditorTool Name="JustifyRight" /> 
            <telerik:EditorTool Name="JustifyFull" /> 
            <telerik:EditorSeparator /> 
            <telerik:EditorTool Name="Bold" /> 
            <telerik:EditorTool Name="Italic" /> 
            <telerik:EditorTool Name="Underline" /> 
            <telerik:EditorTool Name="Forecolor" /> 
            <telerik:EditorTool Name="BackColor" /> 
            <telerik:EditorTool Name="LinkManager" /> 
            <telerik:EditorTool Name="Unlink" /> 
            <telerik:EditorSeparator /> 
            <telerik:EditorTool Name="ImageManager" /> 
        </telerik:EditorToolGroup> 
    </Tools> 
</telerik:RadEditor>

I don't know where I am wrong. Could someone tells me?

Thank you,

Julien

4 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 01 Oct 2008, 02:29 PM
Hi Julien,

Please, see the following help article on the topic: Using Global Resource Files.

You need to make sure that you have copied the App_Global Resources installation folder to the root of your web application.

Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Julien
Top achievements
Rank 1
answered on 01 Oct 2008, 02:33 PM
OK, i've juste found.
I had to create the App_GlobalResources at the server root and copy telerik's App_GlobalResources folder.
I thought it was just for another language than english, french and deutsch.

Sorry.

Julien
0
OL
Top achievements
Rank 1
answered on 10 Mar 2010, 10:48 AM
Hello,
I'd like to use a RadEditor in french.
I copied all the 4 RadEditor.XXX.fr-FR.resx files from the Telerik installation directory to my own App_GlobalResources directory.
I set the control's Language property to "fr-FR".
It's still in english :(
What can I do?
Thanks.
0
Rumen
Telerik team
answered on 10 Mar 2010, 04:00 PM
Hi,

Please, make sure that the following files also reside in the App_GlobalResources folder:

  • RadEditor.Dialogs.resx - contains all dialogs' localization strings
  • RadEditor.Main.resx - contains the spell's, paste and other localization strings
  • RadEditor.Modules.resx - contains the modules' localization strings
  • RadEditor.Tools.resx - contains the editor's tools localization strings

For your convenience I have attached here a fully working project with RadEditor localized in French.

Kind regards,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Julien
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Julien
Top achievements
Rank 1
OL
Top achievements
Rank 1
Share this question
or