mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
458 B
Markdown
17 lines
458 B
Markdown
![]() |
# eselect locale
|
||
|
|
||
|
> Een `eselect`-module voor het beheren van de `LANG`-omgevingsvariabele, die de systeemtaal instelt.
|
||
|
> Meer informatie: <https://wiki.gentoo.org/wiki/Eselect#Locale>.
|
||
|
|
||
|
- Lijst van beschikbare locales:
|
||
|
|
||
|
`eselect locale list`
|
||
|
|
||
|
- Stel de `LANG`-omgevingsvariabele in `/etc/profile.env` in op naam of index van de `list`-opdracht:
|
||
|
|
||
|
`eselect locale set {{naam|index}}`
|
||
|
|
||
|
- Toon de waarde van `LANG` in `/etc/profile.env`:
|
||
|
|
||
|
`eselect locale show`
|