mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set ui culture as well
This commit is contained in:
parent
aac60eaa24
commit
cb9d7cf0c4
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ namespace Flow.Launcher.Core.Resource
|
|||
UpdatePluginMetadataTranslations();
|
||||
Settings.Language = language.LanguageCode;
|
||||
CultureInfo.CurrentCulture = new CultureInfo(language.LanguageCode);
|
||||
CultureInfo.CurrentUICulture = CultureInfo.CurrentCulture;
|
||||
}
|
||||
|
||||
public bool PromptShouldUsePinyin(string languageCodeToSet)
|
||||
|
|
|
|||
Loading…
Reference in a new issue