Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

How to change the language settings of firefox using JavaScript

  • 4 odpowiedzi
  • 133 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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

Zmodyfikowany przez deter_dangler w dniu

Wybrane rozwiązanie

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

See:

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (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

Wybrane rozwiązanie

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

See: