Community & Support
Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Need RadSpell.dic
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Need RadSpell.dic

Feed from this thread
  • abhishek avatar

    Posted on Aug 1, 2008 (permalink)

    Hi

    My project uses RadSpell.dll. I need a .dic file
    i.e. I need RadSpell.dic kind of file, so that I would be able to add that file in the Microsoft word.

    If you have something like that could you please help me out.

    Thanks
    Abhishek

  • Georgi Tunev Georgi Tunev admin's avatar

    Posted on Aug 4, 2008 (permalink)

    Hello abhishek,

    RadSpell uses TDF files which are basically text files where every word is defined on a new line along with additional text strings that help the suggestion mechanism of the control to provide you with "sounds-like" suggestions.
    e.g.:
    grabbed:KRPT:KRPT
    grabber:KRPR:KRPR
    grabble:KRPL:KRPL
    grabens:KRPN:KRPN
    gracile:KRSL:KRSL
    gracing:KRSN:KRSN
    grackle:KRKL:KRKL
    gradate:KRTT:KRTT
    gradely:KRTL:KRTL

    RadSpell comes with dictionary files for English, French and German, and the rest of the available dictionaries are available here: http://www.telerik.com/community/forums/thread/b311D-bethtb.aspx

    MS Words dictionaries however are in different proprietary format and RadSpell's dictionary files cannot be converted to it. In general you can put the words from the TDF file in MS Word's custom dictionaries, which are basically text files with every word written on a new line, however these files' capacity is limited.


    Sincerely yours,
    Georgi Tunev
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > Need RadSpell.dic