When I run an error python program, it will display an English message. But I want it display a French message. How can I change it in python source code.
            Asked
            
        
        
            Active
            
        
            Viewed 91 times
        
    1
            
            
        - 
                    If you want to change the python source code do a fork on github i guess.. – XxJames07- Sep 04 '22 at 10:52
- 
                    [How to set python exception messages to use my native language?](https://stackoverflow.com/questions/16106114/how-to-set-python-exception-messages-to-use-my-native-language) it seems you can't change it generally, but individually as mentioned in the other comments - if you want to put the work in. – MagnusO_O Sep 04 '22 at 10:53
