Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Need to set Language for all browsers

  • 6 trả lời
  • 1 gặp vấn đề này
  • 216 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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"]
  }
}
Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (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

Giải pháp được chọn

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