this post was submitted on 27 Aug 2023
36 points (97.4% liked)

Firefox

17302 readers
824 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

Is it possible? I'd like my dates, time etc. to be displayed in the way I'm used to while keeping the browser in English. I've tried setting the LC_DATE environment variable as well, but it doesn't respect that.

Edit: Solved!

  1. go to about:config
  2. set intl.regional_prefs.use_os_locales to true
  3. restart firefox.
you are viewing a single comment's thread
view the rest of the comments
[–] anamethatisnt@lemm.ee 3 points 1 year ago (1 children)

And here's an explanation of the value as well as an explanation of why it is set to false by default:
https://firefox-source-docs.mozilla.org/intl/locale.html#regional-preferences

Tl;dr:
Example: It might lead to a UI case like “Today is 24 października” in an English Firefox with Polish date formats.

[–] rikudou@lemmings.world 1 points 1 year ago

I'm quite fine with that, but mostly I want dates on the web be in the format I'm used to. I'll read the article, thanks!