C# - Exception messages in English?
        Posted  
        
            by Carra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Carra
        
        
        
        Published on 2008-10-16T15:47:12Z
        Indexed on 
            2010/05/27
            18:51 UTC
        
        
        Read the original article
        Hit count: 330
        
We are logging any exceptions that happen in our system by writing the Exception.Message to a file. However, they are written in the culture of the client. And Turkish errors don't mean a lot to me.
So how can we log any error messages in English without changing the users culture?
© Stack Overflow or respective owner