Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-3588 | User Manual 51
5.2.1
Language setup
1.
Open the Terminal from the bottom of the desktop and input “sudo su” to switch to the
root mode;
2.
Run the following command to check the language currently used by the system (the
system uses zh_CN.UTF-8 as the default locale);
# env | grep LANG
3.
Run the following command to call the locale configuration page (en_US.UTF-8 refers to
the locale for the target language that you wish to switch to);
# export LANG=en_US.UTF-8
4.
Use the following command to re-configure the locales;
# dpkg-reconfigure locales
5.
Use the up and down arrows on the keyboard to move to the target locale, press “Space”
in front of the target locale (en_US.UTF-8 for instance) to select the language, and press
“Space” in front of the current locale (zh_CN.UTF-8) to uncheck the current language, then
press “Tab”
to move the cursor to the left option (Yes) and
“Enter”
to confirm your choice;