Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 1 a ce problème
  • 43 vues
  • Dernière réponse par 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 ?

Solution choisie

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:

Lire cette réponse dans son contexte 👍 2

Toutes les réponses (2)

more options

Solution choisie

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