Compilation errors showed in Spanish

Stimulsoft Reports.WEB discussion
Post Reply
lucia_mgv
Posts: 22
Joined: Thu Aug 23, 2012 12:37 pm
Location: Vitoria-Gasteiz (Spain)

Compilation errors showed in Spanish

Post by lucia_mgv »

Hello,

I have the web designer language set as English, and all the components of the designer appear in English, but, when I try to preview the report, if there is any error, the error descriptions that appear in the message panel are in Spanish:
Dibujo.jpg
Dibujo.jpg (122.22 KiB) Viewed 2910 times
How could I change this? Any idea?

I have my operative system in Spanish, if that helps..

Thanks for your help,

Lucia Morales
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Compilation errors showed in Spanish

Post by HighAley »

Hello.

What localization of Flash player is installed in your system?

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Compilation errors showed in Spanish

Post by HighAley »

Hello.

This error messages come from .Net Framework on server.
Please, try to add:

Code: Select all

<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US" />
to the <system.web> section in the Web.Config file.

Thank you.
lucia_mgv
Posts: 22
Joined: Thu Aug 23, 2012 12:37 pm
Location: Vitoria-Gasteiz (Spain)

Re: Compilation errors showed in Spanish

Post by lucia_mgv »

Hello Aleksey,
Aleksey Andreyanov wrote: Please, try to add:

Code: Select all

<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US" />
to the <system.web> section in the Web.Config file.
I already had that configuration line added in the Web.Config and the error messages still appear in Spanish.
Aleksey Andreyanov wrote: What localization of Flash player is installed in your system?
Where could I check which Flash Player localization is installed in my system?

Thanks for your attention,

Lucia Morales
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Compilation errors showed in Spanish

Post by HighAley »

Hello.

Unfortunately, the language of the errors depends on .Net Framework compiler language on your server and the language of the operation system on server.
Please, check its' language. If you need to change it you should check the .Net Framework language on the server.

Thank you.
Post Reply