搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Need to set Language for all browsers

  • 6 回覆
  • 1 有這個問題
  • 224 次檢視
  • 最近回覆由 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?

被選擇的解決方法

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"]
  }
}
從原來的回覆中察看解決方案 👍 1

所有回覆 (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

選擇的解決方法

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