Set System Language2015/05/01 |
|
Configure the System language of your system like follows.
|
|
| [1] | Replace to your own language on the example below. |
|
root@dlp:~#
aptitude -y install task-japanese # display settings root@dlp:~#
System Locale: LANG=en_US.UTF-8
LANGUAGE=en_US:en
VC Keymap: jp106
X11 Layout: jp
X11 Model: jp106
X11 Options: terminate:ctrl_alt_bksp
root@dlp:~#
vi /etc/locale.gen # line 280: uncomment ja_JP.UTF-8 UTF-8 # apply new settings root@dlp:~# locale-gen
# list locales root@dlp:~# localectl list-locales C.UTF-8 en_US.utf8 ja_JP.utf8 # display settings root@dlp:~#
System Locale: LANG=ja_JP.UTF-8
LANGUAGE=ja_JP:ja
VC Keymap: jp106
X11 Layout: jp
X11 Model: jp106
X11 Options: terminate:ctrl_alt_bksp
|
|
|