Hi,
I am opening a web page from within the Web browser control . The web page has text area with spell checking enabled. When opening the page locally I get Swedish spell checking (which I want) but from within the web browser control, I get English. How can I handle this? I want Swedish.
See my two attachments.
- When I open the web page (which is located on my PC) from Chrome, I'll get Swedish dictionary (swedish_vocabulary_in_chrome.PNG).
- If I open the same file from within the web browser control wrapped in a window, I get English dictionary (english_vocabulary_in_webbrowser.PNG(
Best regards
Niclas Graufelds
if that is an internal webpage and you want the users to enter text in swedisch, you can try to use the HTML lang Attribute for the page or a specific element.
https://developer.mozilla.org/de/docs/Web/HTML/Global_attributes/lang
hth
Arnd