Skip to Content
0
Former Member
Aug 19, 2015 at 04:35 PM

Language Selection functionality provided by hybris (OOTB) ?

958 Views

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,