I installed the QLC+ software on a french windows 7. Unfortunatly the program installed itself in french but would like to have it run in english (easier for me). Is there a way to manually change the language to have it run in english ?
Thanks a lot !
[SOLVED] How to change QLC+ language ?
-
- Posts: 703
- Joined: Mon Nov 02, 2015 11:03 am
- Location: Germany
- Real Name: Lukas
Try starting QLC+ from the command line with the -l option:us272 wrote:I installed the QLC+ software on a french windows 7. Unfortunatly the program installed itself in french but would like to have it run in english (easier for me). Is there a way to manually change the language to have it run in english ?
Thanks a lot !
-l or --locale <locale> Force a locale for translation
Code: Select all
qlcplus -l en
- mcallegari
- Posts: 4807
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Please read the documentation
http://www.qlcplus.org/docs/commandlineparameters.html
http://www.qlcplus.org/docs/commandlineparameters.html
-
- Posts: 76
- Joined: Sun Jan 01, 2023 2:31 pm
- Real Name: Kevin Roth
Assuming you were in the correct directory, you likely have to put "./" in front of the command. I.e.: "./qlcplus -l en"