Comment to Html language tag 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