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?
Unable to set localization
-
- Posts: 14
- Joined: Wed Jun 19, 2013 9:12 am
Re: Unable to set localization
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.
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.