Rank: Member Groups: Member
Joined: 6/8/2007 Posts: 13
|
When adding to the dictionary, the words are put into user_words.txt. Can I define where that text file is put and can I define it in the code behind of the page?
Also, is there a way to set up personal dictionaries?
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You can set the dictionary directory in your web.config (look for item 1 in "Setting up dictionary files"): http://doc.essentialobjects.com/library/1/spellchecker/start.aspxThat sets the dictionary file location and user_words.txt will always be in the same folder as your dictionary file. You can not define this location in your code behind page or set up personal dictionaries. Thanks!
|