Hello All,
Is it possible to set the default language of the event portal to the User's Web Browser?
Regards
Abhilash
Hi Abhilash,
Event Portal uses JavaScript to detect language of user's web browser to show portal menu in different languages dynamically.
Currently there is no OOB setting for portal users to set the default language manually, but you could build such extensibility with JavaScript code:
Create a localStorage object to store user's new language preference after they switched to another language of top right drop-down menu,
Before event website is loaded, read the stored item: if it exists, set the language via its value; if it not exists, set the language by default language detection code.
To customize the Event Portal, we need to download sample project and do customization locally, then deploy modification to Event Portal via a automation script inside a folder of the sample file.
Regards,
Clofly
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156