# How to change the user interface language on Linux?

**URL:** https://gramps.discourse.group/t/how-to-change-the-user-interface-language-on-linux/2282
**Category:** Help
**Created:** [February 19, 2022, 9:25am UTC](https://gramps.discourse.group/t/how-to-change-the-user-interface-language-on-linux/2282 "2022-02-19T09:25:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tbsprs](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/tbsprs/32/1695_2.png) [@tbsprs](https://gramps.discourse.group/u/tbsprs)
#### Post date: [February 19, 2022, 9:25am UTC](https://gramps.discourse.group/t/how-to-change-the-user-interface-language-on-linux/2282/1 "2022-02-19T09:25:16Z")

</div>

I am trying to change the **language of the user interface** (to German) in order to have words in reports being rendered in that language. The operating system (Ubuntu) is set to English.

I following the respective [instructions in the wiki](https://gramps-project.org/wiki/index.php/Gramps_5.1_Wiki_Manual_-_Settings#Linux) but it has no effect:

```bash
~ export LC_COLLATE="de_DE.UTF-8@collation=standard"
~ gramps      

(gramps:122539): Gtk-WARNING **: 10:11:35.932: Locale not supported by C library.
	Using the fallback 'C' locale.

```

# Related

- [How to change the language to Norwegian - #12 by Mihle](https://gramps.discourse.group/t/how-to-change-the-language-to-norwegian/822/12)
- [How do I change the GrampsPortable (Windows) Language? - #11 by emyoulation](https://gramps.discourse.group/t/how-do-i-change-the-grampsportable-windows-language/1523/11)
- [Languages in Gramps. How many? - #3 by PushKK](https://gramps.discourse.group/t/languages-in-gramps-how-many/581/3)

* * *

Ubuntu 20.04.3 | Gramps 5.1.5

---

<div class="post-metadata">

### Author: ![ennoborg](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/ennoborg/32/4659_2.png) [@ennoborg](https://gramps.discourse.group/u/ennoborg)
#### Post date: [February 19, 2022, 1:59pm UTC](https://gramps.discourse.group/t/how-to-change-the-user-interface-language-on-linux/2282/2 "2022-02-19T13:59:06Z")

</div>

Try

LANG=de\_DE.UTF-8 gramps

and put an ampersand behind that if you want to be able to type more commands in terminal.

When I do this, I see the same error message, but my Gramps does speak German.

If you installed ubuntu in English only, you may need to install the German language pack first.

Update:

When I use the instructions from the wiki, Gramps keeps speaking Dutch to me, and that is quite logical, because this collate thing is for sorting only, not for the UI language. The wiki mentions that, but should be updated to give the proper instructions.

When you follow my example, the export is not needed, because the LANG variable only affects the command behind it, on the same line. When you do an export, all other commands that you give in terminal will also be affected.

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/free1/uploads/gramps/original/1X/2ac1e712b7adf612e31ca08a55419f4cf37c0158.png) [@system](https://gramps.discourse.group/u/system)
#### Post date: [March 21, 2022, 1:59pm UTC](https://gramps.discourse.group/t/how-to-change-the-user-interface-language-on-linux/2282/3 "2022-03-21T13:59:51Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
