3

I have centos 7 with xfce.

And I cannot find where is the necessary configuration file located to make Monday as first day of the week.

xfce calendar

AdminBee
  • 21,637
  • 21
  • 47
  • 71
XuMuK
  • 143
  • 7
  • 3
    Change/adjust your locale. https://forum.mxlinux.org/viewtopic.php?t=49010 https://necromuralist.github.io/posts/changing-the-first-day-of-the-week-in-ubuntu-2004/ https://askubuntu.com/questions/197613/monday-as-first-day-in-gnome-shell-instead-of-sunday https://askubuntu.com/questions/6016/how-to-set-monday-as-the-first-day-of-the-week-in-gnome-calendar-applet – Artem S. Tashkinov Sep 10 '21 at 14:46
  • @ArtemS.Tashkinov Ideally, add this as an answer rather than a comment ;) – AdminBee Sep 14 '21 at 10:35
  • @ArtemS.Tashkinov Thank for links, I have searched how to change the locale for Centos and found the solution. – XuMuK Sep 16 '21 at 11:27

1 Answers1

1

Thanks Artem S. Tashkinov, about links.

I have found solution for centos: https://www.rosehosting.com/blog/how-to-set-up-system-locale-on-centos-7/

And the right command to change the locale for centos is:

localectl set-locale LANG=en_GB.utf8

And after that it is necessary to restart the OS.

XuMuK
  • 143
  • 7