Hello,
I'm testing the new version of WonderCMS. I want to set it in italian.
I've installed the plugin and I've set it both "Site language config".
But if I look inside the html code
<html lang="en">
How can I correct this using the CMS?
fp
Italian set
Re: Italian set
Hi, you can set this in your Settings - Security.
Re: Italian set
I made it "Site language config"
HTML lang value for admin. it
HTML lang value for visitors. it
but html code is always en !
HTML lang value for admin. it
HTML lang value for visitors. it
but html code is always en !
Re: Italian set
I've seen the theme code and it is
<?php global $Wcms ?>
<!DOCTYPE html>
<html lang="en">
I think means that the theme doesn't read the language configuration.
<?php global $Wcms ?>
<!DOCTYPE html>
<html lang="en">
I think means that the theme doesn't read the language configuration.
Re: Italian set
I have to check for this issue, but i think it's quite easy to fix.
Re: Italian set
Seems like the theme has the hardcoded en