You will learn how to change linux system language in ubuntu/debian in this article. An open source operating system is Linux (OS). A system’s hardware and resources, such as CPU, memory, and storage, are directly managed by an operating system, which is software. The operating system establishes links between all your software and the physical resources at work, staying between applications and hardware.
An operating system can be compared to a car engine. An engine can run on its own, but only when coupled with a transmission, axles and wheels does it become a prime mover. The rest of the car will not run properly without a running engine. Due to its simplicity of use, Canonical’s Ubuntu Desktop Linux distribution is one of the most used.
It’s also a popular option for those new to Linux. Most Internet servers also run the server edition, which we will not focus on here. When you perform a clean install of your preferred Linux distribution, the system prompts you to select a primary language. While this doesn’t happen often, some people consider switching to a different language later. We have mentioned below the steps to change the language of Linux system in Ubuntu/Debian.
Steps to Change Linux System Language on Ubuntu/Debian
Step 1: Check which language you have set as default (primary language). For that, let’s to use the local command.
locality
Step 2: You should see something like this.
$ localeLANG=en_US.UTF-8LANGUAGE=LC_CTYPE=”en_US.UTF-8″LC_NUMERIC=”en_US.UTF-8″LC_TIME=”en_US.UTF-8″LC_COLLATE=”en_US.UTF-8″LC_MONETARY=”en_US. UTF-8″LC_MESSAGES=”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″LC_ALL=
Step 3: You can see that the main language is English. Now to change this, use the dpkg command like this:
sudo dpkg-reconfigure locales
Step 4: Here, you must move using the up and down arrow until you reach the desired language.
Step 5: Not all languages may have the options, but if yours does, choose UTF-8.
Step 6: Once your language has been found, press the button space key to tag it and then enter.
Step 7: Finally, select this new language as your default by moving to it using the arrow key and pressing the enter keyin the last windows.
Step 8: One time doneyou should see a message like this in your terminal:
Generating localesen_US.UTF-8… donees_MX.UTF-8… doneGeneration completed.
Final Words
We hope you like our article on how to change the language of the Linux system in Ubuntu/Debian. Linux is freely accessible to the public. It’s simple to access the source code for Linux. You can modify your Linux operating system to suit your wants and requirements if you are a programmer and have some knowledge of operating systems and systems programming. Linux is open to contributions, modifications, and the addition of new features for the benefit of the community.