wumgr icon indicating copy to clipboard operation
wumgr copied to clipboard

Translation does not work v.1.1

Open Clarensio opened this issue 4 years ago • 1 comments

The translation (at least relating to Italian) is not displayed / does not work

Clarensio avatar Aug 31 '20 08:08 Clarensio

Yes, that's right for me, too (Windows 10 installed with English media and added German language later).

Looking in the code I got the bug. In Translate.cs the user interface language is retrieved by a wrong query.

Current (line 19): CultureInfo ci = CultureInfo.InstalledUICulture; Should be: CultureInfo ci = CultureInfo.CurrentUICulture;

You can fix it for yourself by adding the line "Lang=it" into your wumgr.ini in the Options-section

drellmark avatar Sep 03 '20 11:09 drellmark