Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
ginson.renginson.ren(Deactivated)Reporter
Pier Paolo RamonPier Paolo RamonLabels
Branch Version/s
6.1.xBackported to Branch
CommittedFix Priority
3Liferay Contributor's Agreement
AcceptGit Pull Request
Affects versions
Priority
Medium
Details
Details
Assignee
ginson.ren
ginson.ren(Deactivated)Reporter
Pier Paolo Ramon
Pier Paolo RamonLabels
Branch Version/s
6.1.x
Backported to Branch
Committed
Fix Priority
3
Liferay Contributor's Agreement
Accept
Git Pull Request
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created September 26, 2011 at 4:21 AM
Updated June 24, 2023 at 3:38 PM
Resolved May 31, 2012 at 9:43 AM
When the user has set the language (e.g. using the language portlet) and then is sent to a page which uses the friendly url language filter the attribute 'lang' of the 'html' starting tag (<html lang="xx-XX">...) is not correct.
To reproduce (as guest):
go to a page which has a language portlet and choose a language (e.g. en-US)
go to the same page using domain:port/yy-YY where yy-YY is a language different from the previous one (e.g. localhost:8080/it/)
inspect the page (or the source) and you'll see that the page starts with (eg):
<html ...... lang="en-US">
while the content of the page is in the other language (it-IT in the example)