Skip to content

Commit baf9c3b

Browse files
authored
Update WpfLocalizationWithMultipleResourceManagers.cs
1 parent 7aab616 commit baf9c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WpfLocalizationWithMultipleResourceManagers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public string this[string key]
2828
}
2929
}
3030

31-
private CultureInfo currentCulture = null;
31+
private CultureInfo currentCulture = CultureInfo.InstalledUICulture;
3232
public CultureInfo CurrentCulture
3333
{
3434
get { return currentCulture; }

0 commit comments

Comments
 (0)