Page 1 of 1

Calendar Applet is in Hebew

Posted: Thu Mar 06, 2014 6:48 pm
by jsexton
I just got started with a brand new Mintbox 2, with Mint 16. The calendar in the panel is in Hebrew. How can I change this?

I do not have Hebrew installed. My language is set to US English system wide.

Thanks

Re: Calendar Applet is in Hebew

Posted: Sun Mar 09, 2014 12:35 pm
by Denis
Hi,
Please edit /etc/default/locale manually and set "en_US" as desired language

$ sudo nano /etc/default/locale
LANG="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"

It's a LinuxMint installation bug, I'm not sure when it will be fixed.

Here is another examples:
http://forums.linuxmint.com/viewtopic.php?f=90&t=135465