Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

Interface is "English" not "German"

  • 2 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 4 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย hamrhb

more options

Hi there

We deploy Firefox through a SCCM server. The same package is installed on FAT clients and on a Citrix server. The installation on FAT clients works without any problemy, this means the interface is german.

But on the Citrix clients the interface is english. what could be the reason?

>> This is the command line for install "Deploy-Application.exe -AllowCancel No -ForceClose Yes -ScriptTimeout 1800 -MSIArgs 'ADDLOCAL=LANGS,FFD CP_EXT=1 CP_FILENAME=mozilla CP_DEFAULT="NO" REINSTALL=ADM'"

>> and in the mozilla.cfg I have the following lines lockPref("intl.locale.requested", "de"); lockPref("intl.locale.matchOS", true);


I think the Citrix Environment is an EN server with a language pack. The FAT clients are installed in german.

what could be the cause for that problem?

thank you for every help!!!

Hi there We deploy Firefox through a SCCM server. The same package is installed on FAT clients and on a Citrix server. The installation on FAT clients works without any problemy, this means the interface is german. But on the Citrix clients the interface is english. what could be the reason? >> This is the command line for install "Deploy-Application.exe -AllowCancel No -ForceClose Yes -ScriptTimeout 1800 -MSIArgs 'ADDLOCAL=LANGS,FFD CP_EXT=1 CP_FILENAME=mozilla CP_DEFAULT="NO" REINSTALL=ADM'" >> and in the mozilla.cfg I have the following lines lockPref("intl.locale.requested", "de"); lockPref("intl.locale.matchOS", true); I think the Citrix Environment is an EN server with a language pack. The FAT clients are installed in german. what could be the cause for that problem? thank you for every help!!!

วิธีแก้ปัญหาที่เลือก

Hi there

I found the solution! I replaced

lockPref("intl.locale.requested", "de"); lockPref("intl.locale.matchOS", true);

with

lockPref("intl.locale.requested", "de"); lockPref("extensions.autoDisableScopes", 0); lockPref("intl.locale.requested", "de");

best regards H. Raya

อ่านคำตอบนี้ในบริบท 👍 0

การตอบกลับทั้งหมด (2)

more options

Where are the server based from and who is the webmaster of them?

more options

วิธีแก้ปัญหาที่เลือก

Hi there

I found the solution! I replaced

lockPref("intl.locale.requested", "de"); lockPref("intl.locale.matchOS", true);

with

lockPref("intl.locale.requested", "de"); lockPref("extensions.autoDisableScopes", 0); lockPref("intl.locale.requested", "de");

best regards H. Raya