Bug #71861
closedLanguage code in html is wrong on backend login page
100%
Description
The language code in html is wrong on login page. It is always <html lang="en">.
Updated by Riccardo De Contardi almost 9 years ago
- Subject changed from Language code in html is wrong on login page to Language code in html is wrong on backend login page
- Category set to Backend User Interface
- Target version set to Candidate for patchlevel
As far as I can see the behavior of the backend login page is the following:
if you have downloaded and activated the language "XX" and your browser has the same preferred language, you got "XX" as language of the login page; but it is true that it remains <html lang="en">
while all the remaining of the page gets translated.
(see for reference /typo3/sysext/backend/Classes/Controller/LoginController.php line 102 where the language is determined)
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44967
Updated by Markus Klein almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 716041aea5482b8e5402b76bb5b68d608a7412ff.