Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 2 antwoorden
  • 1 heeft dit probleem
  • 2 weergaven
  • Laatste antwoord van 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 ?

Gekozen oplossing

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:

Dit antwoord in context lezen 👍 2

Alle antwoorden (2)

more options

Gekozen oplossing

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!!!