Hello,
I am using ABP Framework, and I want to ensure that the language selected by the user on the Login page is applied to the UI immediately after login.
Specifically:
The user selects their preferred language on the Login page (e.g., "English" or "Turkish" or "Ru" or other lang). After the user logs in, the selected language should automatically be used for the UI during the session without requiring any additional action. I do not need the selected language to be stored permanently for the user, only applied for the current session.
Could you guide me on how to achieve this? Is there a built-in mechanism in ABP (e.g., passing the language via query string, cookies, or headers during authentication), or should this be implemented manually?
Thank you for your support!