Use instance method in constructor
This commit is contained in:
parent
443f43d86f
commit
da0abfc976
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue