diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml index 554d24f..5b72f8b 100644 --- a/src/Views/Shared/_Layout.cshtml +++ b/src/Views/Shared/_Layout.cshtml @@ -1,11 +1,13 @@ @using Microsoft.AspNetCore.Mvc.Localization @using System.Security.Claims +@using System.Globalization + @inject IViewLocalizer T @{ bool IsAuthenticated = User.Identity?.IsAuthenticated ?? false; } - +