[SOLVED] HTML LANG - hard coded?

Ask for help or provide support to other members.
Post Reply
User avatar
c0mp0ser
Posts: 67
Joined: Mon Jan 02, 2017 11:59 am

[SOLVED] HTML LANG - hard coded?

Post by c0mp0ser »

I noticed that the site uses a hard-coded

Code: Select all

<html lang = "en">
Or I am wrong? :?: However, if I am not mistaken, there is a suggestion:
When WonderCMS was run for the first time - you could add a form text field with the default "en" option where the user would be able to set it. Imo it seems logical for a CMS to generate clean, valid code without any manual editing. Maybe there is some way to include this?
It's just me, an unmeasurable particle of the cosmos ...
https://pawelkruzel.m00n.link
https://m00n.link
https://materialize-wcms.m00n.link

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: HTML LANG - hard coded?

Post by wiz »

Hey c0mp0ser, I somehow missed this post, apologies.

Implementing a checking system could increase the WonderCMS size for a such a feature that doesn't have much of an impact, as this is depended on the theme itself not on WonderCMS.

Maybe the easiest would be to remove it from our themes and let the users set it manually or let the bots that visit the website to determine the language.

I would mark this thread as "solved", as this isn't really a bug, just a default behaviour which can be changed with any theme.

Post Reply