Login page loading in incorrect languageIssue The login page is loading in the incorrect language irrespective of the default, user, and guest preferred language. ReleaseAllCauseFirst, check the below: 1. Check to see the user who is logging in has language selected correctly in the sys_user table2. Check the 'guest' user's language is selected correctly in the sys_user table3. Check that glide.sys.language property is the correct language ResolutionIf there are still issues with the login page defaulting to the incorrect language- check the user preferences for the user 'guest', and ensure that there is no entry with the name 'user.language'. After removing the 'user.language' user preference, the login should default back to the language selected for the 'guest' user on the sys_user table.