Hi,
Is there any way to make the UltraSpellChecker control check "Medical" terms?
TIA
You could use the UserDictionary property to create your own dictionary file with whatever terms you like. But there is no built-in dictionary for medical terms.
Thank you for the reply. We thought of using UserDictionary as a final option.
If we get the medical dictionary file (.dict) from Infragistics on special request, can we make this medical dictionary co-exist with the English language dictionary in the same UltraSpellChecker control?
I believe, by setting the Dictionary property of the UltraSpellChecker, we are actually overriding the default dictionary.
No, the Spellchecker can only use one dictionary at a time. The UserDictionary will override the default dictionary. So you would need a dictionary that includes both.
You can Submit a feature request to Infragistics and perhaps the ability to support multiple dictionaries can be added in the future.
Is this feature implemented yet? If yes in which version?