Thank you for your reply, it was very helpful,
still i have little problem
the resources files are in a differenent project but within the same solution, so i created the GlobalizationManager in that project and then i referenced it in the main project
in the controller i made:
Code: Select all
report.GlobalizationManager = new GlobalizationManager("Culture.Resources", new CultureInfo("ar-JO"));
and finally i render
Code: Select all
return stiMvcViewer.getReportSnapshotResult(report) ;
but i still view the report in the default language
EDIT:
After some debugging i noticed that the globalizationManager of the object "report" is being set to "ar-JO" as wanted ! still the view is with the default language "fr-FR"