Page 1 of 1
Compilation errors showed in Spanish
Posted: Thu Oct 18, 2012 2:54 pm
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 (122.22 KiB) Viewed 2912 times
How could I change this? Any idea?
I have my operative system in Spanish, if that helps..
Thanks for your help,
Lucia Morales
Re: Compilation errors showed in Spanish
Posted: Fri Oct 19, 2012 1:22 pm
by HighAley
Hello.
What localization of Flash player is installed in your system?
Thank you.
Re: Compilation errors showed in Spanish
Posted: Mon Oct 22, 2012 6:07 am
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.
Re: Compilation errors showed in Spanish
Posted: Mon Oct 22, 2012 7:27 am
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
Re: Compilation errors showed in Spanish
Posted: Mon Oct 22, 2012 11:20 am
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.