How do I change the browser language with Javascript

后端 未结 6 1640
谎友^
谎友^ 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:52

    This is impossible and a bad idea. A better idea is to detect the browser's language, which is possible to do reasonably well, and ask the user to change it (assuming the change is absolutely necessary).

提交回复
热议问题