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

RadHtmlField spell check with multilingual site

1 Answer 65 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
jaswinder
Top achievements
Rank 1
jaswinder asked on 01 Oct 2008, 10:57 AM
We're using telerik:RadHtmlField in our MOSS site as rich-text editor.

The problem is that it does not get configured for multilanguages.It is required that the appropriate language dictionary should get picked for spell check, based on language preference settings(used IE). For example, if user's language prefernce is french then the french dictionary should be picked, provided the language pack is installed and dictionary exists. If language prefernce changes then apropriate dictionary should be used.

Following options are already tried: 

The language pack are installed.We tried with following settings in the ToolsFile.
<Languages>
   <language code="en-US" title="English"></language>
   <language code="fr-FR" title="French"></language>
</Languages>

and configuring  the ConfigFile with:
<property name="Language">fr-FR</property>
<property name="SpellDictionaryLanguage">fr-FR</property>


It will be great if any body can provide any pointer or lay down sequence of steps(with values to be used) to achieve this.

Thanks in advance
Jas 

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 02 Oct 2008, 10:51 AM
Hi Jaswinder,

Let me elaborate a little bit on how the editor dropdown buttons works - the editor's dropdown buttons (in this case the Ajax Spellchecker) are designed to work with already selected value. But, when you use the dropdown button for the first time you should first select the value to be applied (the Language). The next time you click on the dropdown button it will automatically use the previously selected value. If you want to change the value, just use the little arrow. However, in the ASP.NET version of RadEditor for MOSS (4.x), when spellchecking in different languages, you need to always select the spellchecking language, before spellchecking. This issue is fixed in the new ASP.NET AJAX version of RadEditor for MOSS (5.x) and once you select a language it will be automatically used.

For convenience, I attached a sample video that demonstrates how the editor's dropdown buttons works.

Best regards,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
WebParts for SharePoint
Asked by
jaswinder
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or