[Gambas-bugtracker] Bug #2465: How to change GUI language
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Feb 3 21:56:27 CET 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2465&from=L21haW4-
Comment #1 by Benoît MINISINI:
The language is stored in some environment variables.
I don't remember if Neon is based on Ubuntu. If this is the case, you have to run the IDE with:
$ LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 gambas3
This if for American english. German is 'de_DE.UTF-8'.
You have to install the corresponding locale packages, otherwise Gambas will print a warning and will not translate anything.
More information about the Bugtracker
mailing list