Skip to main content
Known Participant
October 16, 2015
Question

How change the text of the message Error Scorm API in Frensh?

  • October 16, 2015
  • 1 reply
  • 248 views

The content of the error message on detection of the SCORM API is in English. How can I change all the message of the scorm API English to French ?

Thank you

    This topic has been closed for replies.

    1 reply

    TLCMediaDesign
    Inspiring
    October 16, 2015

    You'd need to edit the scormdriver.js file and edit all of the lines separately.

    if (strErrorMessage == "") {

                strErrorMessage = "An Error Has Occurred";

            }

    These messages are concatenated so you would need to do it hundreds of places.

    aDebibiAuthor
    Known Participant
    October 19, 2015
    Is there à scormdriver.js file available already translated in French ?

    Thanks