PennController for IBEX › Forums › Support › Does automatically generated text appear only in English? › Reply To: Does automatically generated text appear only in English?
July 10, 2023 at 11:13 am
#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