How do I enable spell check in IE 11 engine rendered pages in MS Edge

Todd Miller 41 Reputation points
2021-07-30T18:28:14.107+00:00

With Windows 10 and Edge v91 installed, pages that are set to render in IE 11 mode inside of Edge do not seem to have a spell check active. On the same computers, pages that load using the native Edge chromium rendering have spell check and sites that load in real IE 11 have spell check.

Is there a needed additional step to turn on spell check in the IE 11 rendering engine built in to Edge?

Microsoft Edge | Microsoft Edge development
{count} votes

1 answer

Sort by: Most helpful
  1. Pisboi The Man 1 Reputation point
    2022-09-01T07:32:33.31+00:00

    If anyone else is experiencing the same issue I had (spell checking not working in Internet Explorer and IE mode in Edge) this is how I fixed it:

    DISM.exe /online /add-capability /capabilityname:Language.Basic~~~nb-NO~0.0.1.0  
    

    You obviously have to change the "nb-NO" to your language. To get a list of available "Feature on Demand" languages you can add, run:

    DISM.exe /online /get-capabilities  
    

    Even though I had previously installed a full nb-NO language pack it apparently did not include spell checking for all parts of Windows.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.