We use org.sonarsource.analyzer.commons.RuleMetadataLoader
in our plugin (ecocode) to load our rule definitions.
All our rule descriptions are currently written in English.
We would like to offer a translation of our rules also into other languages (such as French).
Is it possible for a French user to see the description of our rules in French instead of the English version? (with fallback to the English version if the French version is not available)?
How can we implement this need?