| Set System Locale2021/04/29 | 
| 
Configure the System Locale of your system like follows.
 | |
| [1] | Replace to your own language on the example below. | 
| 
root@dlp:~#  apt -y install language-pack-ja-base language-pack-ja  # display current settings root@dlp:~# 
   System Locale: LANG=en_US.UTF-8
       VC Keymap: jp106
      X11 Layout: jp
       X11 Model: jp106
     X11 Options: terminate:ctrl_alt_bksp
# display the list of locale root@dlp:~# localectl list-locales  C.UTF-8 en_US.UTF-8 ja_JP.UTF-8 # show settings root@dlp:~# 
   System Locale: LANG=ja_JP.UTF-8
       VC Keymap: jp106
      X11 Layout: jp
       X11 Model: jp106
     X11 Options: terminate:ctrl_alt_bksp
 | 
|  |