added translation helper.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-02 21:29:44 -07:00
parent 1768063e57
commit 29a3c815fc
6 changed files with 101 additions and 49 deletions

View File

@@ -17,6 +17,7 @@
public string PreferredGasMileageUnit { get; set; } = string.Empty;
public string UserNameHash { get; set; }
public string UserPasswordHash { get; set;}
public string UserLanguage { get; set; } = "en_US";
public List<ImportMode> VisibleTabs { get; set; } = new List<ImportMode>() {
ImportMode.Dashboard,
ImportMode.ServiceRecord,