I have a bilingual ASP.NET project that includes a lot of rpt files which are Crystal Reports files. I have never really worked with these kind of things but I should now test that it's possible to deploy these in both languages and so on. By bilingual I mean that these reports should be shown in one of two langauges depending on which language is set in Control Panel. And that works if I run the application in Visual Studio (Debug -> run) but not if I deploy it.
By deploying I mean: project -> copy project, "only files needes to run this application" and copying only these files to iis catalogue. By doing this the reports are shown in language one no matter which of the languages is chosen in Control Panel.
Am I missing something crucial here?