Context : we're having our powerbi dashboards embedded either as a whole report or only standalone visuals.
We want to translate the content of our reports in several languages. some of it can be done via metadata translations ( DAx Editor -> cultures).
What we want to achieve is to have the visuals titles etc translated. we are looking for a way which is easy to maintain.
According to MS this could be achieved using the Visuals API but the documentation is new and we cannot interpret if we can use it for this.
https://learn.microsoft.com/en-us/power-bi/developer/visuals/visual-api
Would there be someone who did this before and give some directions?