Browse Source

Issue 2346 – Some parts of UI are not localized

https://winscp.net/tracker/2346

Source commit: 4b3464ac4b05c08394112f7e959420245b46740e
Martin Prikryl 10 tháng trước cách đây
mục cha
commit
f931b120e3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      source/windows/GUIConfiguration.cpp

+ 1 - 0
source/windows/GUIConfiguration.cpp

@@ -998,6 +998,7 @@ void __fastcall TGUIConfiguration::SetLocaleInternal(LCID value, bool Safe, bool
     {
       SetAppliedLocale(L, FileName);
       SetResourceModule(Module);
+      ResStringCleanupCache();
     }
   }
 }