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?

Re: Error messages in english by Scott

Scott
Thu Nov 10 11:32:22 CST 2005

I would try changing the CultureInfo on the current thread to one using
English, en-US, en-GB, etc.

scott

"guinsu" <guinsu@discussions.microsoft.com> wrote in message
news:E9A79432-DA0A-48F2-B3BB-47FD1AA5D3F0@microsoft.com...
> 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?



Re: Error messages in english by Manoj

Manoj
Thu Nov 10 14:04:56 CST 2005

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.

--
HTH,
Manoj G
MVP, Visual Developer
http://msmvps.com/manoj

"Scott Coonce" <sdcoonce@gmail.HEY_YOU.com> wrote in message
news:ufJ$2yh5FHA.4012@TK2MSFTNGP14.phx.gbl...
>I would try changing the CultureInfo on the current thread to one using
>English, en-US, en-GB, etc.
>
> scott
>
> "guinsu" <guinsu@discussions.microsoft.com> wrote in message
> news:E9A79432-DA0A-48F2-B3BB-47FD1AA5D3F0@microsoft.com...
>> 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?
>
>



Re: Error messages in english by guinsu

guinsu
Thu Nov 10 18:36:02 CST 2005

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.

"Scott Coonce" wrote:

> I would try changing the CultureInfo on the current thread to one using
> English, en-US, en-GB, etc.
>
> scott
>
> "guinsu" <guinsu@discussions.microsoft.com> wrote in message
> news:E9A79432-DA0A-48F2-B3BB-47FD1AA5D3F0@microsoft.com...
> > 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?
>
>
>

Re: Error messages in english by guinsu

guinsu
Thu Nov 10 18:39:04 CST 2005

Manoj, thanx for help. But, I must not change regional settings on computer.
Changing CultureInfo had not worked.


"Manoj G [MVP]" wrote:

> 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.
>
> --
> HTH,
> Manoj G
> MVP, Visual Developer
> http://msmvps.com/manoj
>
> "Scott Coonce" <sdcoonce@gmail.HEY_YOU.com> wrote in message
> news:ufJ$2yh5FHA.4012@TK2MSFTNGP14.phx.gbl...
> >I would try changing the CultureInfo on the current thread to one using
> >English, en-US, en-GB, etc.
> >
> > scott
> >
> > "guinsu" <guinsu@discussions.microsoft.com> wrote in message
> > news:E9A79432-DA0A-48F2-B3BB-47FD1AA5D3F0@microsoft.com...
> >> 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?
> >
> >
>
>
>

Re: Error messages in english by Truong

Truong
Thu Nov 10 21:29:14 CST 2005

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.
-----------------
Thi - http://thith.blogspot.com


Re: Error messages in english by Truong

Truong
Thu Nov 10 22:02:47 CST 2005

Did you install a localized version of .NET Framework (e.g. Japanese)?
If so, just install the English version.
-----------
Thi - http://thith.blogspot.com


Re: Error messages in english by guinsu

guinsu
Mon Nov 14 07:01:04 CST 2005

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 !!



"Truong Hong Thi" wrote:

> Did you install a localized version of .NET Framework (e.g. Japanese)?
> If so, just install the English version.
> -----------
> Thi - http://thith.blogspot.com
>
>