-
Hello. Send me a copy of your English (US) module via email. It will save some time to create my own. I'll install it and investigate the issue.
-
-
Dear @Anton L
The solution you provided in the links below to fix the language codes with two letters: country/region codes (e.g: 'en-us', 'es-es', 'es-mx','fr-fr', 'fr-ca', etc) in the HTML lang tag didn't work today:
https://github.com/unacms/UNA/issues/4651
https://github.com/unacms/una/commit/9cb5d6bb40d08df81aaf37661cec8f9214864c
The HTML lang tag value was not fixed. After applying the fix, it doesn't change. It continues like:
<html lang="en">
<html lang="es">
<html lang="fr">
Instead of:
<html lang="en-us">
<html lang="es-es">
<html lang="fr-ca">
I have even checked the `sys_localization_languages` table, language names are correct. e.g: en-us, es-es etc.
Please help!
Thanks
-
Hello. Yes, in UNA the lang attribute shows only language code without country code. But you may use en-us and en-gb language files in the same time. Country code will be used in necessary places.
-