mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-19 22:41:55 +00:00
Fixed html lang is static
This commit is contained in:
@@ -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;
|
||||
}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="@CultureInfo.CurrentUICulture.TwoLetterISOLanguageName">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Hardware asset management tool" />
|
||||
|
||||
Reference in New Issue
Block a user