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
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