Hi All,
Could you please help me on this use case :
If user has changed language at any instant , then updated language should store in DB as a session language with loggedIn id of customer , and with that selected language internationalization should work properly.
@Controller :
I am writing this code for session language:
-{ . . storeSessionFacade.setCurrentLanguage(language); userFacade.syncSessionLanguage(); . .
}
Is there any other way to achieve this use case ? please let me ,,,,,,
Sincerely Thanks,