snippetbashTip
eselect locale — An `eselect` module for managing the `$LANG` environment variable, which sets the system language. M
Viewed 0 times
themodulecommandeselect localeclimanagingeselectfor
linux
Problem
How to use the
eselect locale command: An eselect module for managing the $LANG environment variable, which sets the system language. More information: <https://wiki.gentoo.org/wiki/Eselect#Locale>.Solution
eselect locale — An eselect module for managing the $LANG environment variable, which sets the system language. More information: <https://wiki.gentoo.org/wiki/Eselect#Locale>.List available locales:
eselect locale listSet the
$LANG environment variable in /etc/profile.env by name or index from the list command:eselect locale set {{name|index}}Display the value of
$LANG in /etc/profile.env:eselect locale showCode Snippets
List available locales
eselect locale listSet the `$LANG` environment variable in `/etc/profile.env` by name or index from the `list` command
eselect locale set {{name|index}}Display the value of `$LANG` in `/etc/profile.env`
eselect locale showContext
tldr-pages: linux/eselect locale
Revisions (0)
No revisions yet.