How can we switch on the browser spell checking as per TinyMCE's instructions?
The current plug-in is not working for my client's site as it is not utilising the multiple languages. If we make the browser to keep the dictionaries, there will be less maintenance and release management for additional languages and newer dictionaries.
The answer is very simple but I cannot find a plave to inject the browser_spellcheck parameter as seen on http://www.tinymce.com/wiki.php/Configuration:browser_spellcheck
tinymce.init({
...
browser_spellcheck :true
});