Page 1 of 1

Unable to set localization

Posted: Sat Oct 10, 2015 9:40 am
by richierich
Hi,

Product version Report.Web.dll - 2014.1.1900.0

I've recently inherited a project from a colleague, there's a point in his code where he's calling

StiReport rep;
...
rep.LocalizeReport("es");

It returns a System.Exception of:

"Can't find globalized strings for culture es"

I've got a es.xml file in the web directory.

Is there something I'm doing wrong?

Re: Unable to set localization

Posted: Mon Oct 12, 2015 7:36 am
by HighAley
Hello.

Could you specify what do you need to do?
If you need to locaclize the Viewer, then you should change the Viewer settings.
If you need to change language in your report then there should be Globalization Strings for selected language.

Thank you.