I would like to create reports/dashboards that would present data (product names, months, city names, etc.) in the prefered language of the user.
I have 2 kind of datasets
1. Direct Query to MD AS
2. Import Data from MD AS
I have translations to support french & english and I can modify the ConnectionString used in the Import Data to specify the "Locale Identifier" to create a dataset using one of them.
My question is: What is the best way to design a report that would adapt to the language of the user ? For the Direct Query, it seems that I would need a way to specify the Locale Identifier of the connection. For the "Import Data" I am unsure how I could achieve that without have to create a separate dataset for each language and duplicate my reports.
Any ideas/suggestions would be greatly appreciated !
Paul