@@Auge
/** * Suche das Attribut "lang" im ersten (und dokumentweit einzigen) HTML-Element "html". * Erzeuge bei Bedarf das Attribut "lang" und setze oder * ändere dessen Wert auf die aktuell zu verwendende Sprache. */ document.getElementsByTagName("html")[0].setAttribute("lang", "de");
Nach dem html
-Element muss mühsam nicht per getElementsByTagName()
im ganzen DOM gesucht werden, sondern das steht mit document.documentElement
zur Verfügung.
Das lang
-Attribut gibt die Sprache der gesamten Seite an. Wenn dessen Wert geändert werden soll, stimmt konzeptionell was nicht.
LLAP 🖖
--
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
“You might believe there are benefits for the developer, but first of all, you should put those behind the interest of the user.” —Stefan Tilkov
Selfcode:
sh:) fo:} ch:? rl:) br:> n4:& va:| de:> zu:} fl:{ ss:| ls:# js:|