If try to change the language, then it will change only for the active instance of the application. The option would be already changed for all other instances, so to apply the change for all the rest instances needs to change it to some other language and back to apply it by the apply button.
I don't know is this intended to be like that?
[TC9.51] Language change applies only to the active instance
Moderators: Hacker, petermad, Stefan2, white
Re: [TC9.51] Language change applies only to the active instance
I think this is more or less intentional. Think of instances where you just want to check something in a different language; such change shouldn't be applied permanently. Besides: Changing settings in other instances may not be possible when they run as administrator, because sending messages to elevated programs is prevented by Windows (with exceptions to a few message types).
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: [TC9.51] Language change applies only to the active instance
If you change between the same languages often you can make buttons in the buttonbar to change to the specific languages with just one click:so to apply the change for all the rest instances needs to change it to some other language and back to apply it by the apply button.
Code: Select all
TOTALCMD#BAR#DATA
OPENLANGUAGEFILE
wcmd_deu.lng
%COMMANDER_EXE%,27
German language
0
-1
You could also take a look at viewtopic.php?t=57594To make the button:
1. Mark the text in the box here above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctrl+C).
3. Right click on TC's buttonbar and choose "Paste".
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: [TC9.51] Language change applies only to the active instance
Other instances don't know that you have changed some INI setting like interface language. Sometimes it is not good but it makes them more independent and often it is really useful if you want to set some option only in specific instance.