Skip to content

Commit

Permalink
Now setting the HTML lang attribute (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Dec 2, 2024
1 parent aa79079 commit 1722d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpSite.Web/Components/App.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@using Microsoft.AspNetCore.Localization
<!DOCTYPE html>
<html lang="en">
<html lang="@System.Globalization.CultureInfo.CurrentCulture.TwoLetterISOLanguageName">

<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 1722d18

Please sign in to comment.