Change Ubuntu week start day to Monday

Change Ubuntu week start day from Sunday

Change Ubuntu week start day to Monday

I don’t really like that Ubuntu week start day is Sunday. To change to Monday run the following commands:

$ locale #verify you localization eg. en_US.UTF-8
$ sudo gedit /usr/share/i18n/locales/en_US


Change:

first_weekday 1

to

first_weekday 2

Then:

$ sudo locale-gen #regenerate your local
$ killall gnome-panel #reload gnome panel

No related posts.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>