Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Need to set Language for all browsers

  • 6 wótegrona
  • 1 ma toś ten problem
  • 3 naglědy
  • Slědne wótegrono wót cor-el

more options

I have recently upgraded a few browsers, moving from 32bit to 64bit. Unfortunately the Language setting for the new installs changed from English (United States) to English (United Kingdom). I need to be able to make a change to a file or a registry setting so I can "force" the language settings on all Browsers.

How can I accomplish this?

I have recently upgraded a few browsers, moving from 32bit to 64bit. Unfortunately the Language setting for the new installs changed from English (United States) to English (United Kingdom). I need to be able to make a change to a file or a registry setting so I can "force" the language settings on all Browsers. How can I accomplish this?

Wubrane rozwězanje

Do you have multiple languages installed via additional language packs on all these computers?

You can use GPO or a policies.json file with this policy. RequestedLocales:

{
  "policies": {
    "RequestedLocales": ["de", "en-US"]
  }
}
Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (6)

more options

You can find the full version of the current Firefox release (66.0.5) in all languages and all operating systems here:

more options

Is this about the language of the Firefox user interface or about the language choices send to websites as part of the HTTP request headers?

The language of the user interface can sometimes get changed when you update and downloading a full version is necessary. When this happens you need to reinstall the Firefox version of the correct language like I posted above.

If you want to be able to switch between languages for the user interface then you need to install additional language packs. Note that you shouldn't confuse language pack and spell check dictionaries.

Updating Firefox shouldn't affect the language settings in Options/Preferences about the preferred languages for website.

  • Options/Preferences -> General -> Languages
more options

They want to change the language for many computers/profiles at one command.

more options

Can you clarify what language this is about (user interface or different)?

more options

FredMcD understood that I am looking for a way to apply the same fix to many computers at once.

Currently visiting a computer and selecting Options/Language and then Select English (United States) is second choice

I am searching for a method that I can automatically make the change for all users.

more options

Wubrane rozwězanje

Do you have multiple languages installed via additional language packs on all these computers?

You can use GPO or a policies.json file with this policy. RequestedLocales:

{
  "policies": {
    "RequestedLocales": ["de", "en-US"]
  }
}