Custom variables translations

Hi

Let’s imagine I have a custom variables named “Visitor language”, setted to visitor setted language (EN, FR, etc…). Is it possible to translate the custom variable, so that “Visitor language” becomes “Langue du visiteur” when viewing stats under french context (I will present stats to my customers using embedded iframes).

If not, can I force it to be labelled differently at runtime in any way ?

If you’d like to help develop such a feature, take a look in plugins/CustomVariables/.

you could do that with a custom DataTable_Filter and a custom plugin ‘beautifying’ the getCustomVariables output

Thank you both for your lead :slight_smile: