Where is the Dictionary word Added in SpellChecker

  •  12-04-2007, 4:38 AM

    Where is the Dictionary word Added in SpellChecker

     
    When a word is added to the Spell check dictionary i have came to know that it will be saved in Dictionary held Cache  
     
    if so, In Cutesoft.NET spellchecker documentation  they say to add the following in web.config file the location of the directory where the dictionary would be stored. what does that mean?
    <appSettings>
          
      <add key="DictionaryFolder" value="mydic" />
       
    </appSettings>
View Complete Thread