@using Microsoft.AspNetCore.Mvc.Localization @inject IViewLocalizer T @{ ViewData["Title"] = T["Login"]; }