|
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.
Please
Sign In
to rate this article.