Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:fix_locale_in_debian [2014/06/10 18:08] – created yehuda | howto:fix_locale_in_debian [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| </ | </ | ||
| ===== Solution ===== | ===== Solution ===== | ||
| - | - '' | + | <code bash> |
| + | apt-get install locales | ||
| + | locale | ||
| + | locale -a | ||
| + | dpkg-reconfigure locales | ||
| + | locale-gen en_US.UTF-8 he_IL.UTF-8 | ||
| + | </ | ||