Error messages in english

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to get error messages in english? At my office computer
the error messagens that are thrown from .Net applications come from in
portuguese language. I hate this because I cant find solutions in portuguese
foruns as I can in english (I know speak portugue, but I prefer to work in
english in this scenario). The point is: how I can receive messages in
portuguese from .Net framework?
 
I would try changing the CultureInfo on the current thread to one using
English, en-US, en-GB, etc.

scott
 
Changing the CultureInfo would work, but it might not be feasible to change
the code in all places. You might want to change the language in the control
panel regional options to English (from potuguese) instead.

..Info: NET Fx ships with english language pack by default, but for other
languages, you might need a specific language pack to be installed.
 
forgive me, I mean "The point is: how I can receive messages in
ENGLISH from .Net framework?".

Scott, I had tried setting CultureInfo but it didn't work.
 
Manoj, thanx for help. But, I must not change regional settings on computer.
Changing CultureInfo had not worked.
 
I guess you have Portugese .NET Framework version installed on the
machine. You may need to install the English version of the .NET
Framwork to get English error message.
 
Did you install a localized version of .NET Framework (e.g. Japanese)?
If so, just install the English version.
 
Truong, there is no other way to get back error messages in english. When I
say "get back" I mean that a certain time ago I had receiving messages in
english, but after I did windows update I started to receive messages in
portuguese. Yes, as I said before my machine is set to Portugue Brazil in
regional settings.

I supose that when I run windows update, this installed .net framework
version in portuguese (shit!)

Hey Microsoft!!!! The good developers and IT professionals in Brazil work
using english to debug applications. There isnt a good technical support base
information in portuguese, well... actually I think there is no base
information in portuguese.
hum... there is only support base information in portuguese for dummny users
of word and excel !!
 
Back
Top