Incorrect language forms after login with login form widget

0
When user login with the login form widget, mendix uses the default language in forms instead of the user language. When we login with the login.html, the correct language in the user settings are used. Did someone else experienced the same issue?
asked
1 answers
2

Just found the solution to this issue. It doesn't work correct in 2511, but in 2541 it works. So Migrating to 2541 is the solution.

EDIT:

I've also noticed that I forgot to insert this line of code in my theming:

<script type="text/javascript" src="widgets/loginsystem/lib/CookieExtender.js"></script>

I saw this in the widget documentation. But after I inserted this line of code it still doesn't work in 2511. So migrating to 2541 is still needed.

answered