ActiveReports 9 > ActiveReports User Guide > How To > Customize, Localize, and Deploy > Localize and Deploy HTML5 Viewer |
The HTML5 viewer can be localized by localizing the strings present in the en.txt file and then using it through the localeUri option while initializing the viewer. The en.txt file contains strings for viewer's toolbar items, panes, dialogs and errors. These strings can be localized to any culture and should be saved in the UTF-8 format. Follow these steps to learn localizing the HTML5 viewer:
XML |
Copy Code
|
---|---|
var viewer = GrapeCity.ActiveReports.Viewer( { localeUri: 'Scripts/i18n/jp.txt' }); |
You can deploy the HTML5 viewer on IIS by deploying the ActiveReports Web Application that contains the viewer.
See Working with HTML5 Viewer using Javascript to learn creating the HTML5 viewer in a ASP.Net Web Application project and Deploy Web Applications to learn deploying an ActiveReport Web Application.