How to configure locale settings of Raspbian Stretch with raspi-config
Locales are a framework to switch between multiple languages and allow users to use their language, country, characters, collation order and etc. Therefore, it is an important setting to configure before using your Raspberry Pi.
Given that, let us look at how we can configure locale settings of Raspbian Stretch with raspi-config
.
First, start a Terminal window by clicking on the highlighted icon at the top:
Once the terminal window had started, type the following command in the terminal window:
sudo raspi-config
After raspi-config
loads in your terminal, go through the following screens to configure that locale settings of your Raspbian Stretch:
Select Localisation Options on the first menu of raspi-config
:
When the Localisation Options screen loads, choose Change Locale:
After that, raspi-config
will show a screen for you to add new locales. Browse through the list and select those locales that you wish to install on your Raspbian Stretch. Once you had done so, type Tab on your keyboard to select Ok and then type Enter on your keyboard to continue:
Once you had chosen what locales to install, choose a default locale for your system environment:
When you do so, raspi-config
will generate the new locales that you had selected and configure the default locale. Once it had completed that, it returns back to the first menu screen. Select Finish to end the configuration session: