[SOLVED] How to change QLC+ language ?

Archive of the non-categorized posts related to the QLC+ technical support.
Please do not create new threads here, instead, use the categories above !
Post Reply
us272
Posts: 12
Joined: Sun Mar 06, 2016 5:19 pm
Real Name: Jay Smith

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 !
siegmund
Posts: 703
Joined: Mon Nov 02, 2015 11:03 am
Location: Germany
Real Name: Lukas

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 !
Try starting QLC+ from the command line with the -l option:
-l or --locale <locale> Force a locale for translation

Code: Select all

qlcplus -l en
BTW I'm running linux and not completely sure this works with the windows cmd as well.
User avatar
mcallegari
Posts: 4481
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

us272
Posts: 12
Joined: Sun Mar 06, 2016 5:19 pm
Real Name: Jay Smith

Works fine now... Thanks a lot !!!
User avatar
crispy71
Posts: 6
Joined: Sat Dec 23, 2023 1:16 pm
Real Name: Christian

didn't work for me. I'm on MacOS and did as described in the manual (changing directory as described, then typed "qlcplus -l en") but the system returns "zsh: command not found: qlcplus"
kproth
Posts: 76
Joined: Sun Jan 01, 2023 2:31 pm
Real Name: Kevin Roth

crispy71 wrote: Sun Dec 31, 2023 1:45 pm didn't work for me. I'm on MacOS and did as described in the manual (changing directory as described, then typed "qlcplus -l en") but the system returns "zsh: command not found: qlcplus"
Assuming you were in the correct directory, you likely have to put "./" in front of the command. I.e.: "./qlcplus -l en"
Post Reply