What is the best way to hide or remove languages from the spell checker? I want to reduce the available languages down to only three entries.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I've found a way to do this in javascript. The languages are not actually removed and the script must be run every time a page loads in edit mode, but the result is that any language(s) can be hidden from the spell-checker list. The languages available to the spell checker is exposed in a global javascript object
To remove languages you don't want to display simply remove them from the languages array. This is a short version of the code I'm using (requires jQuery):
|
|||
|
|