I’m a new Grafana user and I’m wondering: I can change the interface language using the multi language feature, but for example, when I select French, my graphic titles and descriptions are not automatically in French, is there a special method (in fact, convenience) for this?
We are excited that you joined our OSS community. Please read about some of the FAQs in the community
Can you please explain the scenario in a bit more detail?
To my understanding your use case is like this:
1- Login to Grafana (English as default)
2- Created some dashboards n panels (used English in Panel Title)
3- Switch to the French language
4- Want those Panel titles also in the French language?
Thank you for your response. Yes actually this is my case.
I create some dashboards and giving them English Titles & Descriptions, then I want all these dashboards in French. Normally, I’m creating new page with the same dashboards and giving them French Title & Descriptions (manual translation). However, I want when I switch the language from preferences button, all dashboard titles and descriptions will change from English to French automatically.
You could use variables based on database tables to save the translations aling with offical grafana language codes. and when user switches languages you send the language code to fetch the translation. If there is not translation it defaults to english
This is a common practice but not necessarily using a db but some translation service
But this will probably not work as selected language does not seem to be in the list of Global variables