Search results
Suggest a FeaturePDF

Localization of Bold Reports® HTML5 JavaScript Report Viewer Classic

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`
  1. 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>
  2. 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>
Having trouble getting help?
Contact Support
Having trouble getting help?
Contact Support