mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added localizer, added de & en localization to /Home/Index and /Home/Login
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user