Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Is there any way to configure preffered language with GPO in Firefox ?

  • 2 odpovede
  • 1 má tento problém
  • 43 zobrazení
  • Posledná odpoveď od Usernn

more options

Is there any way to configure preffered language with GPO in Firefox ?

Is there any way to configure preffered language with GPO in Firefox ?

Vybrané riešenie

Maybe consider to use the mozilla.cfg file lock set this pref.

  • intl.accept_languages

This is a complex pref (can be localized) and thus requires special treatment to set the default value.

You can use the mozilla.cfg file in the Firefox program folder to set or lock preferences and run privileged JavaScript code.

See Configuration:

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (2)

more options

Vybrané riešenie

Maybe consider to use the mozilla.cfg file lock set this pref.

  • intl.accept_languages

This is a complex pref (can be localized) and thus requires special treatment to set the default value.

You can use the mozilla.cfg file in the Firefox program folder to set or lock preferences and run privileged JavaScript code.

See Configuration:

more options

Thanks a lot!!!