This commit is contained in:
lincube
2026-03-17 14:57:41 +08:00
parent 0645598753
commit ac4617f5cf
4 changed files with 29 additions and 4 deletions

View File

@@ -510,6 +510,8 @@ public partial class App : Application
if (languageChanged)
{
// 清除本地化缓存,强制重新加载语言文件
_localizationService.ClearCache();
ApplyCurrentCultureFromSettings();
if (_trayIcons is not null)
{