How do I change the browser language with Javascript

后端 未结 6 1652
谎友^
谎友^ 2020-12-10 13:39

I want to access the user browser settings and change the browser language, is this possible using Javascript?

If it\'s possible, how can I access this? (sample code

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-10 13:44

    This is definitely not possible using JavaScript on a web page.

    A browser Extension might have the rights to change this - I'm not sure, it will also depend on the browser. However, building such an extension would require a fair amount of skill and work.

提交回复
热议问题