Language switch
chaimaeraji
Posted messages
7
Status
Member
-
Anonymous user -
Anonymous user -
Hello everyone, I have a small question about Python and I hope you’ll help me. Thanks in advance.
How to change Python to French??
Thank you :D
How to change Python to French??
Thank you :D
1 answer
-
"Hi, Python is just a scripting language, we can't change the "language" in which we write it... So, what are you trying to change? The language of the IDE IDLE? -- from human import idiocy del idiocy"
-
thank you first for the response but what i want is to change the chat box and the menu bar to French :D
- In your messages, the only thing you indicate is that the language you want to change has to do with Python. Python itself does not have a language; it is in English and only in English.
Similarly, Python does not have a visual interface, only an interpreter that provides you with an interactive command line.
So, I ask which software you mean exactly: are you talking about IDLE? Or about dialog boxes/menu bars that you create yourself via a script? Or something else?
-
-