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!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Need to set Language for all browsers

  • 6 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: 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"]
  }
}