Kali Linux -- How to change time and date language to English?


Kali Linux -- How to change time and date language to English?



I do not know how it comes, but my calendar(upper right corner) is in Polish. How to change this to English?



If everything except date is in English, then there is a high chance that the value of LC_TIME is something wrong, use localectl command to change it to your desired locale:

sudo localectl set-locale LC_TIME=en_US.utf8

or en_GB.utf8 for UK.

You can also place LC_TIME=en_US.utf8 at this file /etc/default/locale manually if you wish.

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.