I have a report, with a variable named CULTURE, with value "es-ES". The expression used in Report Culture Property is {CULTURE}
In Stimulsoft Designer, report renders fine. If we change CULTURE value to "en-US", reports shows english translations on preview. That's fine.
But, when I launch the report from PHP, and I set the CULTURE value to "en-US" in onPrepareVariables event, variable is set with value "en-US" successfully (we show value in report detail and it shows "en-US"), but report not render in English. We try with AutoLocalizeReportOnRun set to true and to false, with the same result.
What's is wrong?
Thanks.