Browse Source

Issue 2346 – Some parts of UI are not localized

https://winscp.net/tracker/2346

Source commit: 4b3464ac4b05c08394112f7e959420245b46740e
Martin Prikryl 8 months ago
parent
commit
f931b120e3
1 changed files with 1 additions and 0 deletions
  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();
     }
   }
 }