Is anyone facing issue related to multi language spell suggestions with cefsharp? Using V134 minimum example project and not making any changes, I see the spell checker is working and showing suggestions for English.
English Spell Suggestions working
I made the following highlighted changes to enable both "en-US" and "es" dictionaries in CefSharp.MinimalExample.WinForms\BrowserForm.cs
Code changes to enable Spanish and English spell dictionaries
Now the suggestions are only for Spanish and English suggestions are not included.
Only Spanish Suggestions, no English spell suggestions
Prior versions like 133 had issues with spell suggestions not working for en-US, which was fixed in V134.