Siamak Ferdos
Siamak Ferdos

Reputation: 3299

Change windows language by javascript

Is it possible to change windows language by javascript? I want change windows language on load of page for user not forced to change it manually.

Upvotes: 1

Views: 952

Answers (1)

T.J. Crowder
T.J. Crowder

Reputation: 1075785

No, you cannot change the Windows language from browser-based javaScript. The security implications of allowing browser-based JavaScript to modify operating system settings like that are...significant. As yet, I'm not aware of any common API that would provide for it. (Nor are we likely to see one any time soon.)

Upvotes: 3

Related Questions