3

I've got Ubuntu installed with Dutch as my language. I often work in the terminal and many of the outputs are in Dutch as well. This is very inconvenient though, because I often need to search for error messages I get, and on the interwebs error messages are unfortunately easier found in English than in Dutch.

Is there a way to have all terminal output in English, while all GUI's are in Dutch?

All tips are welcome!

kramer65
  • 2,193

1 Answers1

5

To change it persistently, so you always have English when opening a terminal window, open the ~/.bashrc file for editing and add these lines:

export LANGUAGE=en_US
export LANG=en_US.UTF-8