Summary
The <html> element in app/index.html has lang=\"en\", but the entire UI is in Norwegian. Screen readers use this attribute to select the correct pronunciation engine and voice. With lang=\"en\", all Norwegian text is read with English phonetics, making the app very hard to understand for visually impaired users.
Priority
High
Acceptance criteria
Summary
The
<html>element inapp/index.htmlhaslang=\"en\", but the entire UI is in Norwegian. Screen readers use this attribute to select the correct pronunciation engine and voice. Withlang=\"en\", all Norwegian text is read with English phonetics, making the app very hard to understand for visually impaired users.Priority
High
Acceptance criteria
<html lang=\"no\">inapp/index.html