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:
How could I change this? Any idea?
I have my operative system in Spanish, if that helps..
Thanks for your help,
Lucia Morales
Compilation errors showed in Spanish
Re: Compilation errors showed in Spanish
Hello.
What localization of Flash player is installed in your system?
Thank you.
What localization of Flash player is installed in your system?
Thank you.
Re: Compilation errors showed in Spanish
Hello.
This error messages come from .Net Framework on server.
Please, try to add:
to the <system.web> section in the Web.Config file.
Thank you.
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" />
Thank you.
Re: Compilation errors showed in Spanish
Hello Aleksey,
Thanks for your attention,
Lucia Morales
I already had that configuration line added in the Web.Config and the error messages still appear in Spanish.Aleksey Andreyanov wrote: Please, try to add:to the <system.web> section in the Web.Config file.Code: Select all
<globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US" />
Where could I check which Flash Player localization is installed in my system?Aleksey Andreyanov wrote: What localization of Flash player is installed in your system?
Thanks for your attention,
Lucia Morales
Re: Compilation errors showed in Spanish
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.
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.