Web Reports Designer Localization

Top  Previous  Next

 

The Web reports designer interface can be localized in any of 24 available languages. It is necessary to create the Localization folder in the root catalogue of your Web-project and copy all necessary .xml localization files. After loading the web reports designer, the list of languages will be available in its menu.

The path to the Localization folder can be changed. The DirectoryLocalization property is used for this:

 

<cc1:StiWebDesigner ID="StiWebDesigner1" runat="server"
                  DirectoryLocalization="\\Files\\Languages\\" />

 

Also, it is possible to specify which language can be used right after the web reports designer (default localization). The following code shows how to do this. (it is necessary to specify the .xml file in the Localization property):

 

<cc1:StiWebDesigner ID="StiWebDesigner1" runat="server"
                  Localization="en.xml" />

 

 

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)