1

I want to change my language for the command line only. There are similar questions already, but I didn't understand their answers. In ~/.bashrc, I tried to add either export LANG=en_US.UTF-8, export LC_ALL=en_US.UTF-8 or echo 'export LANG=en_US.UTF-8' >>~/.bashrc, but the command line still speak Czech as my Ubuntu in general.

What did I miss? Does it need to be inserted in a special position (now it's almost in the beginning)? Do I need another command? Do I need to write it somewhere else?

Pavel V.
  • 266

1 Answers1

2

Change LANGUAGE too, i.e. in ~/.bashrc:

LANG=en_US.UTF-8
unset LANGUAGE