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

Not answered RadSpell Dictionaries

Feed from this thread
  • Posted on Jul 3, 2008 (permalink)

    By default, RadSpell offers the following three dictionaries: English (en-US), German (de-DE) and French (fr-FR). All other dictionaries are provided by our customers and can be downloaded from the links below:

    Please, note that some of the dictionaries can be incomplete and they are not supported by Telerik. If you create a new properly working dictionary and share it with our community, we will gladly award you for your work.

    Starting from Q3 2010, we provide support for NHunspell and OpenOffice dictionaries for RadSpell. You can find how to enable this feature in the following code library project: Using OpenOffice spell provider in RadSpell.

    Best regards,
    The Telerik team

    Attached files

    Reply

  • Sonia avatar

    Posted on Sep 2, 2010 (permalink)

     Anyone please update me on this.

     

    I need to add my custom Dictionary.

    Have used CustomDictionarySuffix  as shown below

    My Custom Dictionary file is at following location

    \\SpellCheckPrototype\App_Data\RadSpell

    Its name is "en-US-Custom.txt"

    But its not working fine.As the words i added in this file are coming in spell check window.

    Please let me know where i am wrong

     

    Thanks
    Sonia Dhamia

    In HTML Design

    <

     

     

    telerik:RadSpell A ID="SpellCheckControl" EnableEmbeddedScripts="false" runat="server"

     

     

     

    ButtonType="None" ClientTextSource="clientTextSource" CustomDictionarySuffix="Custom" DialogsScriptFile="../Telerik/CombinedSpellScripts.js" />

     

     

    <input type="button" id="SpellCheckButton" value="Start SpellCheck" name="SpellCheckButton" onclick="InitiateSpellCheck();" />

     

     

     

     

    In JS File

     

    function

     

     

    InitiateSpellCheck() {

     

     

     

    try {

     

     

     

     

     

    //HidePopupProcessing();

     

     

     

     

     

     

     

    var sources = new Array();

     

     

     

    //PopupProcessing();

     

     

     

     

     

    $(

     

    "[spellcheck=True]").each(function() {

     

    sources.push(

     

    new Telerik.Web.UI.Spell.HtmlElementTextSource(this));

     

    });

     

     

    var _spell = $('[id$=SpellCheckControl]')[0];

     

     

     

    //var _spell = document.getElementById("ctl00_ctl00_SpellCheckControl").id;

     

     

     

     

     

     

     

    var _spellid = _spell.id;

     

     

     

    var spell = GetRadSpell(_spellid);

     

     

     

    //var spell = GetRadSpell(_spell);

     

     

     

     

     

    spell.set_textSource(

     

    new Telerik.Web.UI.Spell.MultipleHtmlElementsSource(sources));

     

     

     

    //SetDebugPoint(LabelCTR, "in startSpellCheck");

     

     

     

     

     

    spell.startSpellCheck();

     

     

    //HidePopupProcessing();

     

     

     

     

     

     

    }

     

     

    catch (e) {

     

    HidePopupProcessing();

     

     

    //alert(e);

     

     

     

     

     

    }

    }

     

     

     

    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 6, 2010 (permalink)

    Hi Sonia,

    en-US-Custom.txt is the name of the custom dictionary which stores the words added by the users, when the spellchecker uses its default configuration.

    I noticed that you set CustomDictionarySuffix="Custom" which will create a custom dictionary with name en-USCustom.txt (without - slash between US and Custom). You can see how the CustomDictionarySuffix property works in the following live demo: Different Custom Dictionaries.

    If you still experience any problems, open a support ticket and send a sample working project that demonstrates them.

    Best regards,
    Rumen
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Dan avatar

    Posted on Jun 15, 2011 (permalink)

     

    Reply

  • Jason avatar

    Posted on Jan 20, 2012 (permalink)

    Is there a location to get the latest dictionaries?  Or find more languages?  Or is the listing at the top of this thread the only place these are kept?

    Thanks,
    Jason

    Reply

  • Rumen Rumen admin's avatar

    Posted on Jan 20, 2012 (permalink)

    Hi,

    All available TDF dictionaries are listed at the top of this thread.

    Greetings,
    Rumen
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > RadSpell Dictionaries
Related resources for "RadSpell Dictionaries"

ASP.NET Spell Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer Step-by-step Tutorial  ]