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 :
I don't know where I am wrong. Could someone tells me?
Thank you,
Julien
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