By default, the calculators will load in English, and the user can switch the language on the tool; however, there is a way to configure it in the script to load up in French by default. You may use the data field initialLanguage to achieve this behaviour.

“en” to start in English
“fr” to start in French

<div class="bendigi-calculators"
    apikey="API_KEY"
    terms="https://canadianmortgageapp.com/terms"
    navpositiontop="0px"
    tools="all"
 initialLanguage="fr"
>
</div>
<script src="https://tools.bendigi.com/assets/calculators.js"></script>