浏览代码

Issue 2346 – Some parts of UI are not localized

https://winscp.net/tracker/2346

Source commit: 4b3464ac4b05c08394112f7e959420245b46740e
Martin Prikryl 8 月之前
父节点
当前提交
f931b120e3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();
     }
   }
 }