搜尋 Mozilla 技術支援網站

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

了解更多

Need to find Firefox Language on many PC

  • 1 回覆
  • 1 有這個問題
  • 52 次檢視
  • 最近回覆由 Mike Kaply

more options

HI, I need to find out the installed language of Firefox in all our PC from SCCM? Many users have Firefox installed (and we have many language of Firefox installed) I would like to deploy an up-to-date version from SCCM - but need to know the language of Firefox to deploy the proper language version to each users

HI, I need to find out the installed language of Firefox in all our PC from SCCM? Many users have Firefox installed (and we have many language of Firefox installed) I would like to deploy an up-to-date version from SCCM - but need to know the language of Firefox to deploy the proper language version to each users

被選擇的解決方法

You should be able to look in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox

and then the key CurrentVersion

It will be something like:

84.0.2 (x64 en-US)

So you can parse out the language.

從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

You should be able to look in the registry at

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox

and then the key CurrentVersion

It will be something like:

84.0.2 (x64 en-US)

So you can parse out the language.

由 Mike Kaply 於 修改