为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to change the language settings of firefox using JavaScript

  • 4 个回答
  • 133 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

My question is: How to change the language settings of the firefox using JavaScript:

I want set the value of the intl.accept_languages to fr using JavaScript.

How can i do it?

EDIT: The mail reason, i want to acheive this is to be able to run Selenium test cases for different languages with out changing it manually rather progrmmetically

My question is: How to change the language settings of the firefox using JavaScript: I want set the value of the '''intl.accept_languages''' to '''fr''' using JavaScript. How can i do it? EDIT: The mail reason, i want to acheive this is to be able to run '''Selenium''' test cases for different languages with out changing it manually rather progrmmetically

由deter_dangler于修改

被采纳的解决方案

You will have to close and change the pref via user.js or prefs.js before restarting Firefox to do the next test.

See:

定位到答案原位置 👍 0

所有回复 (4)

more options

From a webpage?

more options

You do not have access to prefs via JavaScript on websites or via a bookmarklet. Only extensions are able to change prefs.

See http://developer.mozilla.org/en/Code_snippets/Preferences


Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.

  1. Shockwave Flash 10.0 r42
  2. Java Plug-in 1.5.0_15 for Netscape Navigator (DLL Helper)

Update the Flash plugin to the latest version.

Update the Java plugin to the latest version.

more options

I am using selenium 1.0 to run automated tests..My requirement is i want to change the language settings of the firefox programmetically..so that each run uses different language.

more options

选择的解决方案

You will have to close and change the pref via user.js or prefs.js before restarting Firefox to do the next test.

See: