Is there an existing issue for this?
What happened?
Page Language Attribute (<html lang="...">) Not Set in Latest DNN Versions
In the latest version of DNN Platform, the <html lang="..."> attribute is missing from the rendered page, even when the current thread's UICulture is correctly set.
Steps to reproduce?
- Install the latest DNN Platform.
- Configure a portal with default language
fa-IR (or any other culture).
- Access a normal page (not installwizard.aspx).
- View the page source and inspect the
<html> tag.
Current Behavior
The <html> tag should contain the correct lang attribute based on the current culture, e.g.:
Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
10.0.0 (latest v10 release)
What browsers are you seeing the problem on?
No response
Code of Conduct
Is there an existing issue for this?
What happened?
Page Language Attribute (
<html lang="...">) Not Set in Latest DNN VersionsIn the latest version of DNN Platform, the
<html lang="...">attribute is missing from the rendered page, even when the current thread'sUICultureis correctly set.Steps to reproduce?
fa-IR(or any other culture).<html>tag.Current Behavior
The
<html>tag should contain the correctlangattribute based on the current culture, e.g.:Expected Behavior
No response
Relevant log output
Anything else?
No response
Affected Versions
10.0.0 (latest v10 release)
What browsers are you seeing the problem on?
No response
Code of Conduct