A
A
Alexey2015-05-21 16:44:49
linux
Alexey, 2015-05-21 16:44:49

How to translate console output language to English??

Ubuntu 14.04 is installed, the language is Russian, in the console, respectively, all operations, errors, comments are also in Russian. How to change the output in the console to Russian?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-05-21
@zapara

I had another task, it was necessary to do the opposite, but I will try to help.
Open the locale file (if you don't have enough permissions to edit, then do it via sudo ):
Comment out all lines with the # symbol, except for the line:
If there is no such line, add it. Then run the command:
After that, log out, or restart the OS. To update missing language localizations, run:
sudo apt-get update && apt-get upgrade.

A
Andrey Burov, 2015-05-21
@BuriK666

in bashrc add
LC_ALL="en_US.utf8"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question