Xournalpp: how to change GUI language?

Created on 18 Jun 2019  路  5Comments  路  Source: xournalpp/xournalpp

Affects versions :

  • OS: [Windows 7 64bit]
  • Version of Xournal++ [1.0.12]

Describe the bug
after launching this app, i found some menus were displayed as English, while some were Chinese.
how can i select a language for displaying the GUI elements.

bug

Most helpful comment

@LittleHuba , the following script works for me.

set LANG=en_US
thepath\to\xournalpp.exe

All 5 comments

The parts in english are actually just missing translations for your language. Take a look at the Shoutout in the Readme!

To disable the translations you can prepend your call to start xournalpp with LANG=en_US.
See this document for more information.

Ahh sorry just saw you are on Windows. There it is not as easy as on Linux...
You'll have to take a look at the installation directory. There should somewhere be *.go files with the country codes as filenames. Just delete or rename your translation file. That should make gettext fallback to the english version.

@LittleHuba , the following script works for me.

set LANG=en_US
thepath\to\xournalpp.exe

For anyone still searching in 2020:

I didn't find any *.go files and also had no idea how to use the script, but deleting the folder path\to\install\Xournal++\share\locale\<country code> did the job for me.

Sidenote: There really should be a setting for the locale..

I deleted all folders in path\to\install\Xournal++\share\locale and it worked.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Krzmbrzl picture Krzmbrzl  路  4Comments

siliconninja picture siliconninja  路  5Comments

frohro picture frohro  路  3Comments

greghab picture greghab  路  5Comments

student-sx picture student-sx  路  4Comments