Is it possible to get a localised Unix shell, for example, in japanese, arabic or hebrew? Since it should fit on a CD, I want to save space by using Byobu instead of a GUI. But I would like to have an localised command-line interface (at least for logging in).
Asked
Active
Viewed 132 times
1 Answers
3
You can put :
LANG=ja_JP.UTF8
in /etc/default/locale, and
sudo locale-gen
See /etc/locale.alias for a list of settings.
Gilles Quénot
- 3,569
- 1
- 15
- 14
-
Is there a list with the different language codes? – user203053 Oct 26 '13 at 20:00
-
See my edited post. – Gilles Quénot Oct 26 '13 at 20:22