Added localizer, added de & en localization to /Home/Index and /Home/Login

This commit is contained in:
2025-10-03 18:43:35 +02:00
parent 4055b6e11b
commit 90de4cc4b9
9 changed files with 152 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
@using Microsoft.AspNetCore.Mvc.Localization
@inject IViewLocalizer T
@{
ViewData["Title"] = "Home Page";
ViewData["Title"] = T["Home Page"];
}
<div class="text-center">