Home ubuntu Change Local on Ubuntu 20.04 x64 (18.04 x64)

Change Local on Ubuntu 20.04 x64 (18.04 x64)

Author

Date

Category

How to change Locale on Ubuntu 20.04 x64?


Answer 1, Authority 100%

First step – check the current language settings of the system. To do this, execute the Locale command without arguments:

lang = en_us.utf-8
Language =.
LC_CTYPE = "EN_US.UTF-8"
LC_NUMERIC = RU_RU.UTF-8
LC_TIME = RU_RU.UTF-8
LC_COLLATE = "EN_US.UTF-8"
LC_MONETARY = RU_RU.UTF-8
LC_MESSAGES = "EN_US.UTF-8"
LC_PAPER = RU_RU.UTF-8
LC_NAME = RU_RU.UTF-8
LC_ADDRESS = RU_RU.UTF-8
LC_TELEPHONE = RU_RU.UTF-8
LC_MEASUREMENT = RU_RU.UTF-8
LC_IIDENTFICATION = RU_RU.UTF-8
LC_ALL =.

Change the settings of the current system language. To do this, run the following DPKG-RECONFIGURE :

sudo dpkg-reconfigure locales

then select the desired system language:

Select which language you want to use as the main system:

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions