I need to convert the text boxes in my dashboards to French. I found only 1 training video by Bharadwaj on this topic. Are there any additional help on this topic?
#CRM Analytics2 answers
If you're specifically using CRM Analytics, I don't think text boxes automatically respect the user's Salesforce language setting.
One approach is to store the translated labels in a dataset and display them dynamically based on a language value, instead of using static text boxes.
It takes a bit more setup, but it's easier to maintain than creating separate dashboards for each language.
I'd also be interested if anyone has implemented this using the user's locale automatically rather than a manual language selection.