We have an ASP.NET MVC application where the language and culture can be changed by setting the thread's CurrentUICulture and CurrentCulture in Global.asax.
We now have a requirement to render reports in a different language than the one currently used by the application.
Is there a way to achieve this? We are using both the ReportViewer and the ReportProcessor (for printing and PDF rendering).
We now have a requirement to render reports in a different language than the one currently used by the application.
Is there a way to achieve this? We are using both the ReportViewer and the ReportProcessor (for printing and PDF rendering).