Page 1 of 1
Change dynamically Language of ReportViewer and Designer
Posted: Mon Aug 25, 2014 2:32 pm
by anerling
Hey everybody,
I want to change dynamiclly the language of the ReportViewer and ReportDesigner in c#. Do you know which function i have to use to set the Report language ?
Re: Change dynamically Language of ReportViewer and Designer
Posted: Tue Aug 26, 2014 5:48 am
by HighAley
Hello.
Could you specify do you need to change localization of the Viewer and Designer or localization of the report?
Please, specify also which Viewer and Designer do you use?
If you need to globalize report, you could get information from the
Globalizing Reports: Erasing Borders article on our blog.
Thank you.
Re: Change dynamically Language of ReportViewer and Designer
Posted: Tue Aug 26, 2014 7:34 am
by anerling
I am using the Stimulsoft.Report.MvcMobile Viewer and Designer.
A client sends a XML Data to the server. The server reads the language out of this XML Data.
Based on that language the Viewer and Designer displayed in german or in english.
Re: Change dynamically Language of ReportViewer and Designer
Posted: Tue Aug 26, 2014 12:31 pm
by HighAley
Hello.
You should set the path to localization file at the Localization option of the StiMvcMobileViewerOptions and StiMvcMobileDesignerOptions.
We could read the
Previewing report in StiMvcMobileDesigner article on the Stimulsoft Knowledge base.
Thank you,