I have the following requirement:
- Radspell control to spell check a textbox
- Radspell supports English and French languages
- When an English user views the page, the English language is preselected from the dropdown, French language is selected otherwise
I got the above working. However, when a French users enters purely English text in the textbox and select English from the drop down, the control still do the spell checking as if French is selected. I am using version 2011.1.519.40 and asp.net 4.0.
I noticed that the issue occurs when only if I set the DictionryLanguage property
Here is the code I have used
Please let me know if I missed anything