Michael,

I gave a presentation at last Synergy about this but to make it short you can change the locale for a report under Report | Report Options and then select from Default Locale.

You can also do this dynamically:

  • Create a parameter in which you store the to be used locale value
  • Go to Report | Report Options and click the function button next to "Default locale". Enter "Return {?paramnameyoucreated}"


The 8.0 library contains a method named "SetReportLocaleAndLanguage" and "OrderListReportResults.wo" show how this is used.