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

Language settings for RadEditor

2 Answers 167 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Plopper
Top achievements
Rank 1
Plopper asked on 28 Jul 2008, 03:17 PM
I found some articles on changing the language for RadEditor, using the ConfigFile.xml or ListConfigFile.xml files. I also found a number of resource files (in the App_Data\RadSpell and App_GlobalResources folders) for what appears to be French and German support.

I am very interested in providing the Editor in other languages (like, to start with, in German), but adding a Language property to the ListConfigFile.xml does not change anything in my Editor.

I am using the RadEditor (5.1) in a WSS-only environment. Can you please tell me howto set/change the Language for the RadEditor?

2 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 29 Jul 2008, 02:36 PM
Hi Plopper,

Please review bellow how to achieve the desired behavior:
  1. Open the respective ConfigFile.xml and set the desired localization and spell language e.g.
    <property name="Language">de-DE</property>
    <property name="SpellDictionaryLanguage">de-DE</property>
     
  2. Next, put the App_GlobalResources and App_Data folders (you can get them from the editor's installation) into the web application's root folder ( Inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources )
     
  3. Clear the browser's cache and test the behavior.
I hope this helps.

Best wishes,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Plopper
Top achievements
Rank 1
answered on 30 Jul 2008, 02:48 PM
Great - that did the trick!

Thank you very much for your quick reply!
Tags
WebParts for SharePoint
Asked by
Plopper
Top achievements
Rank 1
Answers by
George
Telerik team
Plopper
Top achievements
Rank 1
Share this question
or