SpellChecker

    For Electron 9 and higher the spellchecker is enabled by default. For Electron 8 you need to enable it in .

    For Windows and Linux there are a few Electron APIs you should use to set the languages for the spellchecker.

    All the required information to generate a context menu is provided in the event on each webContents instance. A small example of how to make a context menu with this information is provided below.

    Check out the docs for for more information on where to get the dictionary files from and how you need to host them.