Reply To: Does automatically generated text appear only in English?

PennController for IBEX Forums Support Does automatically generated text appear only in English? Reply To: Does automatically generated text appear only in English?

#10732
Jeremy
Keymaster

Hi,

The sendingResultsMessage and progressBarText variables need to be set to the text you want to display, as explained in the IBEX documentation, eg:

var sendingResultsMessage = "Envoi des résultats en cours...";
var progressBarText = "Progression";

Jeremy