Stream TDX Bengaluru on Salesforce+. Start learning the critical skills you need to build and deploy trusted autonomous agents with Agentforce. Register for free.
We have a partner community that is multi-lingual. Have custom list views we've created for the partners. Need to translate these and not have the other language list views appear for all partner users. This is a HUGE issue for us. Has anyone else had this challenge and how did you overcome it? Many thanks in advance!!
I've been struggling with this for months and finally found a solution, a bit of a hack but it works. You can use CSS to override the List View Title to "display: none". Then at the top of your Record List Component you add an HTML Editor component. There you can add the translated texts in the same way as any other HTML in the community (with the language selector in the builder)
The code below is what works for me using the Webster Lightning Community Theme, but you just use the developer tools of the browser to Inspect the list view title to target the right CSS selectors