Use instance method in constructor

This commit is contained in:
John Lewin 2016-01-06 10:41:18 -08:00
parent 443f43d86f
commit da0abfc976

View file

@ -25,7 +25,7 @@ namespace MatterHackers.MatterControl
// Set English as default language if unset
if (string.IsNullOrEmpty(this.get("Language")))
{
UserSettings.Instance.set("Language", "en");
this.set("Language", "en");
}
// Propagate Language to local property