I need to localize labels / column header for a ReportViewer report. From what I've read, there are two ways you can do this:
1) Create a RDLC file for each language or
2) Create one RDLC file and parse this at runtime, replacing the label/header values with the strings for the current culture.
I'm thinking #2 is gonna be less work in the long run, but I would like to confirm that the newest version doesn't support localization out of the box. Am I correct that I'll have to roll my own? Actually, I'll probably use the solution here.