Internationalization: Adapt document language (#74513)

Adapt document language

HTML "lang" attribute should reflect the actual language used in texts. Important for accessibility functions (screen readers), but also usable in CSS.
This commit is contained in:
ypnos
2023-09-07 14:33:42 +00:00
committed by GitHub
parent d19f75d499
commit 1f543425fc
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="[[.User.Language]]">
<head>
[[ if and .CSPEnabled .IsDevelopmentEnv ]]
<!-- Cypress overwrites CSP headers in HTTP requests, so this is required for e2e tests-->