I am customizing the Event portal for it to display fields that should be bilingual like Event Title and Sessions Titles etc. These custom fields are available through the Events object in Angular.
1 - How can I get the current UI language in Angular?
2 - Should I be using a pipe to handle language switching or simply put a language condition in the template?
Are there any good resources on customizing the event portal at the Angular level?
Thanks !