We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4add7b2 commit 23bc08bCopy full SHA for 23bc08b
win/CS/HandBrakeWPF/App.xaml.cs
@@ -104,7 +104,7 @@ protected override void OnStartup(StartupEventArgs e)
104
105
IUserSettingService userSettingService = IoC.Get<IUserSettingService>();
106
string culture = userSettingService.GetUserSetting<string>(UserSettingConstants.UiLanguage);
107
- if (!string.IsNullOrEmpty(culture) && !"en".Equals(culture))
+ if (!string.IsNullOrEmpty(culture))
108
{
109
InterfaceLanguage language = InterfaceLanguageUtilities.FindInterfaceLanguage(culture);
110
if (language != null)
0 commit comments