We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c9b8b commit eea557fCopy full SHA for eea557f
RetailCoder.VBE/UI/Settings/Settings.cs
@@ -42,7 +42,7 @@ private static void LoadLanguage()
42
{
43
if (_configService == null)
44
45
- _cultureInfo = RubberduckUI.Culture;
+ _cultureInfo = RubberduckUI.Culture ?? Dispatcher.CurrentDispatcher.Thread.CurrentUICulture;
46
return;
47
}
48
0 commit comments