Localization of HTML5 JavaScript Report Viewer Classic allows you to localize the static text such as tooltip, parameter block, and dialog text based on a specific culture. To render the static text with specific culture, refer to the following corresponding culture script files and set culture name to the locale property of the Report Viewer Classic.
* `ej.localetexts.fr-FR.min.js`
* `ej.culture.fr-FR.min.js`
Refer the ej.localetexts.fr-FR.min.js
from cdn using the following code.
<script src="https://cdn.boldreports.com/10.1.11/scripts/l10n/ej.localetexts.fr-FR.min.js"></script>
Refer the ej.culture.fr-FR.min.js
from cdn using the following code.
<script src="https://cdn.boldreports.com/10.1.11/scripts/i18n/ej.culture.fr-FR.min.js"></script>
Whether you want to get the localization script as local then install the
BoldReports.Global
NuGet package in your application.
<script src="scripts/l10n/ej.localetexts.fr-FR.min.js"></script>
<script src="scripts/i18n/ej.culture.fr-FR.min.js"></script>