Re: Language for additional information of exceptions
From: Martin Knopp (martin_dot_knopp_at_kill_sp_at_m_fecher_dot_.at)
Date: 10/08/04
- Next message: Anders S. Willumsen: "Re: Help to understand compiling in .NET"
- Previous message: Jens Christian Mikkelsen: "Re: ConfigurationException with character '&'"
- In reply to: Morten Wennevik: "Re: Language for additional information of exceptions"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 08 Oct 2004 06:23:20 GMT
I had been expecting such an answer.
In a multi-national team of developers sitting in different countries it
would make live easier if all see the english exception description.
I know there are other ways to identify the exception "culture-independent".
I will see if we can all switch to an english version of the framework - in
fact I though I would have installed the english version on my machine but I
need to check.
-- Martin Knopp, Dipl. Ing. fecher GmbH good people - good software http://www.fecher.at "Morten Wennevik" <MortenWennevik@hotmail.com> schrieb im Newsbeitrag news:opsfhqfydwklbvpo@pbn_computer... > On Thu, 07 Oct 2004 07:00:35 GMT, Martin Knopp > <martin_dot_knopp_at_kill_sp@m_fecher_dot_.at> wrote: > > > On my german windows installation I get this additional information for > > exceptions obviously in german language. > > > > Is there a way to enforce for specific assemblies (or the entire machine) > > that such additional information should not be provided in the local > > language but always english independent of the local language? > > > > -- > > Martin > > > > Hi Martin, > > I don't think you can enforce the error messages to be in another language. > The error messages are in the same language as the framework installed. > You can try to execute your program using an english culture, but I don't > think it will affect the error messages. After all, the error messages > aren't supposed to be shown to the end user, so the language shouldn't > matter. > > In any case, the error codes are the same, and you should be able to use > those to see the english version of the errors. > > -- > Happy Coding! > Morten Wennevik [C# MVP]
- Next message: Anders S. Willumsen: "Re: Help to understand compiling in .NET"
- Previous message: Jens Christian Mikkelsen: "Re: ConfigurationException with character '&'"
- In reply to: Morten Wennevik: "Re: Language for additional information of exceptions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|