Page 1 of 1
Missing option to change language
Posted:
Tue Aug 04, 2015 4:37 am
by scootergrisen
I don't see option to change language for SMTube.
I can change language at the bottom of website inside SMTube, but that is only for the website, not the program.
Re: Missing option to change language
Posted:
Tue Aug 04, 2015 9:09 pm
by rvm
There's no option in the GUI but there's an option for the command line: -lang
smtube -lang da
Re: Missing option to change language
Posted:
Wed Aug 05, 2015 12:10 am
by scootergrisen
Re: Missing option to change language
Posted:
Wed Aug 05, 2015 11:24 pm
by rvm
I think this is fixed in svn r7068.
Re: Missing option to change language
Posted:
Mon Feb 22, 2016 4:58 pm
by scootergrisen
Can you add option to change language in SMTube in the GUI, just like in SMPlayer.
Re: Missing option to change language
Posted:
Mon Feb 22, 2016 11:51 pm
by rvm
There's the problem that in order to make things simple in the code, I didn't add the code to switch the language at runtime. If I add that option it wouldn't take place until the next run.
By the way, in the development version of SMPlayer, it passes to SMTube the -lang option so it's displayed with the same language set in SMPlayer.