Home / Community & Support / Knowledge Base / RadControls for ASP.NET and ASP.NET AJAX / MOSS Integration / How to Change RadEditor for MOSS Localization

How to Change RadEditor for MOSS Localization

Article Info

Rating: 3

Article information

Article relates to

 RadEditor for MOSS 5.x

Created by

 Georgi Popivanov


HOW-TO:
Change the editor's localization.

SOLUTION:
You can review bellow how to achieve the desired behavior. Note that when changing the editor's localization you also may need to change the AJAXSpellChecker language.

RadEditor for MOSS v.5.x.x:

Open the respective ConfigFile situated in the \wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources folder and set the desired localization and SpellCheck language e.g.
 
<property name="Language">de-DE</property>
<property name="SpellDictionaryLanguage">de-DE</property>

Next, open the web server's root directory and put the App_Data and App_GlobalResources folders - they can be found in the \wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources directory. Note that, the desired Localization and Spell dictionary have to be within the App_Data and App_GlobalResources folders, or error will be thrown - Culture name 'aa-AA is not supported  or

Finally, clear the browser's cache and test the behavior.

Comments

  • Bernd Rickenberg , Sep 17, 2008

    For me it was not enough to only copy the desired (Radeditor.tools.xxxx.resx) to the App_GlobalResources. I am using version 5.2.2 and succeeded first after copying all default language resx files to the App_GlobalResources also. Kr., Bernd.

If you'd like to comment on this KB article, please, send us a Support Ticket.
Thank you!

Please Sign In to rate this article.