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.
pull/74555/head
ypnos 2 years ago committed by GitHub
parent d19f75d499
commit 1f543425fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/views/index-template.html

@ -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-->

Loading…
Cancel
Save