Hi, I’m embedding Grafana panels as iframe in my react application.
Is there a way to pass translations to these panels’ labels?
The translations do not have to be strictly passed from the application, if it can be set as a configuration inside Grafana then that would also be helpful.
From what I get that thread discusses more about Grafana’s UI translation, what I want to achieve is to provide some kind of mapping to a panel’s labels.
And I want to have a dropdown variable containing multiple language choices (e.g. EN, FR, DE) which when selected, will replace the Title in EN, Metrics1 in EN, Metrics2 in EN with the chosen language.
Would this kind of mapping be possible in Grafana?
Do you mind giving pointers on how to do each approach? (the database and the grafana mapped one)
The reason I’m thinking of the latter approach is because I would like to minimize the changes on our database structure. It feels easier to do too since we can control the labels mapping on the grafana dashboard, but I might be wrong.