LinuxCommandLibrary

eselect-locale

An `eselect` module for managing the `LANG` environment variable, which sets the system language.

TLDR

List available locales

$ eselect locale list
copy


Set the LANG environment variable in /etc/profile.env by name or index from the list command
$ eselect locale set [name|index]
copy


Display the value of LANG in /etc/profile.env
$ eselect locale show
copy

Copied to clipboard