RE: Spell Check Functionality for UserNotes in Unified Service Desk
Hi Neil,
Sorry, didn't get much time to do research in this regard. May I know what are the steps you have taken so far, Have you called the action call on load of the session ? based on the MSDN it sounds like we have to call this on each session load (and we can set different language for each session).
For the parameters, Ideally for any wpf application to set the textbox spell check language we should be passing their language code ie. en-US, en-GB, es-ES, en-Hi etc. So my first try would be going with this kind of syntax (some thing like data=en-US or Language=es-ES etc..)
Please note that, There are still some limitations in traditional WPF it self where in it wont support all language spell checking and also for some of these languages you should have some sort of setup for the spell check libraries.
Hope this gives you some pointers to start with :)