Silent
Silent

Reputation: 133

Not working in language on header liferay theme

I Add

<span id="themeDockLanguagePortlet">$taglibLiferay.language()</span>

or

$taglibLiferay.language()

to header liferay theme, but when click on language , do not see any change in the appearance of the portal. but copy up code to portlet, i see change with click on language, but this change on language portlet, namely, language do not work on other portlet and only portlett language do work. help me!!!!

Upvotes: 1

Views: 579

Answers (1)

Tina Agrawal
Tina Agrawal

Reputation: 616

Check this Language switch taglib does not work

This is a known issue and the workaround is to use - $taglibLiferay.language("fm", null, "_82_languageId", 3)

Upvotes: 1

Related Questions