简体   繁体   English

更改Chromium浏览器文本区域的拼写检查语言

[英]Change language of spellcheck for Chromium browser textarea

Is it possible to change the language of the spell check for chromium browser textarea? 可以更改Chrome浏览器文本区域的拼写检查的语言吗? I have system language set to Polish and I want to have Polish locale but on some sites like github or stackoverflow I want to write in English and have English spell check for textaras. 我已将系统语言设置为“波兰语”,并且希望具有波兰语区域设置,但是在某些站点(如github或stackoverflow)上,我想用英语编写,并对textaras进行英语拼写检查。 Is it possible to change the language? 可以更改语言吗?

I've try to add lang="en" to textarea in dev tools but this didn't work. 我尝试在开发工具中将lang="en"添加到textarea,但这没有用。

It seems that the only way to change the language is to use context menu, is there a way to do that from javascript or html? 似乎更改语言的唯一方法是使用上下文菜单,是否可以通过javascript或html进行更改?

I'm using Chromium on Xubuntu GNU/Linux. 我在Xubuntu GNU / Linux上使用Chromium。

I don't think this is a dev problem, but just a browser setting. 我认为这不是开发问题,而只是浏览器设置。 So there is no need to use lang="en" I think here is the answer you're looking for: https://unix.stackexchange.com/questions/6220/how-can-i-change-the-language-in-chromium 因此,无需使用lang="en"我认为这是您正在寻找的答案: https : //unix.stackexchange.com/questions/6220/how-can-i-change-the-language-在铬

Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM