Rank: Member Groups: Member
Joined: 11/8/2021 Posts: 21
|
Hello, our software allows the user to change the language. I'm trying to dynamically change the current language for "spell check" in webview but it always keeps the one defined on "EO.WebEngine.EngineOptions.Default.SpellCheckLanguages" and doesn't consider the one defined on "m_WebView.Engine.Options.SpellCheckLanguages".
Do you have any suggestions? Am I wrong something?
Thanks Kind regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You can not dynamically change engine options. Engine options are applied when the Engine starts. In order for any changes to take effect, the Engine must be restarted (all the WebViews managed by that engine will be destroyed when Engine restarts).
Thanks!
|