0

I want to launch Geany in a language other than the system default English. How can I do that ?

asheeshr
  • 793
  • 1
  • 8
  • 32

1 Answers1

1

You can set the language before starting Geany with ...

LANG_ALL={language} geany

and it will show Geany in Dutch.

Here is a list of possible languages with the translation files (in case you do not have that yet) and translation progress.

By the way: this will work with more programs. Not just Geany.

Rinzwind
  • 309,379