Hi,
I have a user defined dictionary ready in the .txt format (One word per line). Can I use that or do I have to convert it into the .dict format?
Moreover, is there a way I can use both the basic English and the user defined dictionary for spell check.
Hello,
Currently UltraSpellChecker supports txt file as dictionary. So you do not need to convert your text file to a dict. More about this you could find here.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.3/CLR2.0/html/WinSpellChecker_Dictionaries.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.3/CLR2.0/html/Infragistics2.Win.UltraWinSpellChecker.v10.3~Infragistics.Win.UltraWinSpellChecker.UltraSpellChecker~Dictionary.html
Let me know if you have any further questions.