I have MS Report server with a RDL file showing a nice report in English language. I have a web application with a report viewer to show this report within side a ASPX page.
The problem i have is I want to show same report in multiple languages?? How would I do it??
1) Store the localisation text in a database
2) Select the localised version of the text in a second dataset.
3) Set up a parameter for the user to select the language.
4) Use lookup functions to include the text in the report.
Useful if you want to apply the localisation system to many reports.