Using Your Native Language ========================== UniversalPython supports writing Python code with keywords and standard library functions translated into your native language. Supported Languages and Extensions ---------------------------------- UniversalPython supports multiple languages through language-specific extensions. For example: - English (default, no extension needed) - French (`.fr.py`) - Chinese (`.zh.py`) - German (`.de.py`) - And many more (see the full list in the **Supported Languages** section) Each language extension provides the necessary translations for Python keywords, built-in functions, and standard library aliases. .. image:: _static/tut_chap2.png :alt: "" :width: 100% :align: center