Hi,
I have the editor's culture set to English, but I want NetSpell to spellcheck in Dutch (or other languages). The default setup passes the culture from the editor to SpellCheck.aspx.
What I wanna know is, is there a way to override this behaviour? Calling SpellCheck.aspx manually (and passing in the preferred culture) results in a bug (?): HTML & scripts are checked as well. In fact the only way I could get the spell checking to work is to NOT handle 'netspell' in CuteEditor_OnCommand().
Your help's very much appreciated!