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.
2 parents 447fbea + 9721804 commit eb3da1eCopy full SHA for eb3da1e
1 file changed
Flow.Launcher.Core/Resource/Internationalization.cs
@@ -59,6 +59,7 @@ public static void InitSystemLanguageCode()
59
string.Equals(languageCode, fullName, StringComparison.OrdinalIgnoreCase))
60
{
61
SystemLanguageCode = languageCode;
62
+ return;
63
}
64
65
0 commit comments