Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Change date format config file

  • 3 përgjigje
  • 2 e kanë hasur këtë problem
  • 173 parje
  • Përgjigjja më e re nga maclabib

more options

Hi All, We are using Firefox ESR 60.x.x on our W10 devices. We are unable to change the locale via the config files for the device rather than a per user setting. Does anyone know how to make this work? We are seeing the US date format but need UK date format. intl.accept_languages works only when changed in about:config. None of the config files seem to apply this setting.

Hi All, We are using Firefox ESR 60.x.x on our W10 devices. We are unable to change the locale via the config files for the device rather than a per user setting. Does anyone know how to make this work? We are seeing the US date format but need UK date format. intl.accept_languages works only when changed in about:config. None of the config files seem to apply this setting.

Zgjidhje e zgjedhur

What locale language do you want to change?

intl.accept_languages is about the language preferences for visiting websies as set in "Options/Preferences -> General -> Languages".

The language for the user interface is controlled by intl.locale.requested and depend upon the Firefox locale and possible language packs that are installed. This latter setting (RequestedLocales) is also available via a policies.json file and I assume GPO as well.

You should be able to set or lock prefs via an autoconfig.cfg file.

See also:

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (3)

more options

Zgjidhja e Zgjedhur

What locale language do you want to change?

intl.accept_languages is about the language preferences for visiting websies as set in "Options/Preferences -> General -> Languages".

The language for the user interface is controlled by intl.locale.requested and depend upon the Firefox locale and possible language packs that are installed. This latter setting (RequestedLocales) is also available via a policies.json file and I assume GPO as well.

You should be able to set or lock prefs via an autoconfig.cfg file.

See also:

more options

You would change the specific preference that you have mentioned using an AutoConfig file. You'd use something like:

lockPref("intl.accept_languages","en-gb");

But that's only going to tell websites what language you'd prefer. Not every website has a UK-specific locale option. Some simply have just "en", which encompasses all of the English variations.

Changing the time, date and currency formats is usually controlled by the operating system settings. For more information see:

Hope this helps.

more options

Thank you for your help. I got this working.