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

RadSpell Language in sharepoint

9 Answers 149 Views
Spell
This is a migrated thread and some comments may be shown as answers.
edgar.cardeira
Top achievements
Rank 1
edgar.cardeira asked on 14 Nov 2008, 06:54 PM
Sorry, but i can't find in the Help how to configure languages in radSpell in sharepoint. I want to spell check two languages.
so i supose it should be in the control or in the config xml.
Can you help me?

Thanks,
Edgar Cardeira

9 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 17 Nov 2008, 03:45 PM
Hi Edgar,

To enable multi-language spellchecking you should modify the ToolsFile.xml / ListToolsFile.xml files of Telerik RadEditor.  You need to add the multi-language definition, along with the languages you need to appear in the dropdown:

<languages>
  <language code="en-US" title="English"></language>
  <language code="fr-FR" title="French"></language>
</languages>


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Janec
Top achievements
Rank 1
answered on 26 Mar 2009, 10:49 AM
Hello,

I'm trying to add the multilingual spell check to the listToolsFile.xml 
an abstract:"
  <tool separator="true" />
    <tool name="SpellCheck"/>
    <tool separator="true" />
    <tool name="Help" shortcut="F1" />
  </tools>
  <contextMenus>
    <contextMenu forElement="*">
      <tool name="Cut"/>
      <tool name="Copy"/>
      <tool name="Paste"/>
    </contextMenu>
  </contextMenus>
  <Languages>
      <language code="nl-NL" title="Nederlands"/>
      <language code="fr-FR" title="Français"/>
  </Languages>

Until now I haven't  been succesfull in doing this. Can you help? And what do you mean with: add the multi-language definition?

Thanks in advance,

Janec
0
Rumen
Telerik team
answered on 31 Mar 2009, 07:20 AM
Hi Janec,

Please, replace the SpellCheck tool with the AjaxSpellCheck tool and also change the languages tag to start with lowercase L letter, e.g.

<root>
  <tools>
  <tool separator="true" />
  <tool name="AjaxSpellCheck"/>
  <tool separator="true" />
  <tool name="Help" shortcut="F1" />
  </tools>
  <contextMenus>
    <contextMenu forElement="*">
      <tool name="Cut"/>
      <tool name="Copy"/>
      <tool name="Paste"/>
    </contextMenu>
  </contextMenus>
  <languages>
    <language code="nl-NL" title="Nederlands"/>
    <language code="fr-FR" title="Français"/>
  </languages>
</root>

You should also put the nl-NL.tdf dictionary in the \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.x.x.x__1f131a624888eeed\Resources\App_Data\RadSpell folder

This should enable the multilingual AjaxSpelllChecker dropdown.

All the best,
Rumen
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Janec
Top achievements
Rank 1
answered on 21 Apr 2009, 03:00 PM
Thanks a lot.

But my tdf's are not in the same folder apparently. Mine are in : C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.5.4.0__1f131a624888eeed\RadControls\Spell\TDF

Could this be the game breaker?
0
Rumen
Telerik team
answered on 24 Apr 2009, 11:22 AM
Hi,

You have specified that you are using version 2008.3 1105 of RadSpell for ASP.NET AJAX, but in the provided link for the TDF folder I noticed that you are using version 4.5.4 of RadEditor for MOSS, which uses the classic versions of RadEditor and RadSpell. The classic controls use theRadControls folder to store their dialog files, tdf dictionaries, skins, etc and indeed you should put the nl-NL.tdf dictionary file in the

C:\Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.5.4.0__1f131a624888eeed\RadControls\Spell\TDF

folder. Please, try this on your side and let me know if you still experience the problem.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Janec
Top achievements
Rank 1
answered on 05 May 2009, 07:27 AM
I 've got it running now. Thanks
0
PeteV
Top achievements
Rank 1
answered on 10 May 2011, 12:00 PM
Hi,

I am trying spell check in English UK only.

I have specified the language as en-GB and have the right tdf file etc.

Is it possible that it doesn't show the drop down as I only have one language? Can it be set that en-GB is the default language?

Thanks in advance
Peter
0
Rumen
Telerik team
answered on 12 May 2011, 12:47 PM
Hi Janec,

To enable the en-GB spellchecking you should not only copy the tdf dictionary in the App_Data/RadSpell folder, but also set the SpellDictionaryLanguage property to en-GB in the ConfigFile.xml / ListConfigFile.xml of RadEditor for SharePoint.

The following help article shows how to set properties in the config file of RadEditor for SharePoint 2010:
http://www.telerik.com/help/aspnet-ajax/moss-sp2010-set-properties-via-config-file.html


Regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
PeteV
Top achievements
Rank 1
answered on 18 May 2011, 09:33 AM
Hi Janec,

Thanks for the response. All is working as expected.

Thanks again
Peter
Tags
Spell
Asked by
edgar.cardeira
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Janec
Top achievements
Rank 1
PeteV
Top achievements
Rank 1
Share this question
or