Dynamic Locale In Crystal Reports

  • Thread starter Thread starter Chris Wood
  • Start date Start date
C

Chris Wood

Hello folks,

As I understand, the locale a report uses (when generated in ASP.NET)
is determined by the system user's regional settings (as aspnet_wp.exe
is run as a system process).

Is there any way of changing the locale used by a report on the fly?
I've attempted to use Thread.CurrentThread.CurrentCulture but it
doesn't seem to affect Crystal Reports - only aspx processing :-(

Basically, we have a system that is used by people from different
countries. The web content and formatting reflects the user's culture
(language-specific text, date formats, number formats, etc) and we
need to carry the concept forward into our reports.

Any ideas would be a great help!!

Many thanks,

Chris Wood
 
Back
Top