Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Need to set Language for all browsers

  • 6 cavab
  • 1 has this problem
  • 242 views
  • Last reply by 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?

Chosen solution

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"]
  }
}
Read this answer in context 👍 1

All Replies (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

Seçilmiş Həll

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"]
  }
}