feat(i18n): add WPF localization primitives and Language config to installer

This commit is contained in:
mika kuns
2026-06-03 12:45:49 +02:00
parent 350a89f364
commit 2fbf054a57
4 changed files with 53 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ public sealed class InstallerAppSettings
{
public string DbPath { get; set; } = "~/.todo-app/todo.db";
public string SignalRUrl { get; set; } = "http://127.0.0.1:47821/hub";
public string Language { get; set; } = "";
private static readonly JsonSerializerOptions ReadOpts = new()
{