I used the following JS code to add heading to the statements column in a matrix table question since there is no native function. However, I will be translating the survey into multiple language. Is there any way using the Q_lang variable to show the heading according to the language selected?
jQuery("#"+this.questionId+" td.c1:first").html("Label Text");
