> For the complete documentation index, see [llms.txt](https://notes.lcsrg.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.lcsrg.me/gnu-cmds/locale.md).

# locale

Show available locales

```
locale -a
```

To update available locales, edit file in /etc/locale.gen uncommenting those locales to be added. Then run

```
sudo locale-gen
```

ref: <https://www.behova.net/configure-locale-on-arch-linux/>
