To change the language of your Linux system to English, you can follow these steps:

1. Open a terminal window by pressing `Ctrl+Alt+T`.
2. Type the following command to edit the locale settings:
sudo dpkg-reconfigure locales
3. Use the arrow keys to navigate to the line that starts with `en_US.UTF-8` or `en_GB.UTF-8`, and press the space bar to select it. Then press `Tab` to move to `OK` and press `Enter`.
4. Once the locale settings have been updated, you may need to restart your computer for the changes to take effect. You can do this by typing `sudo reboot` in the terminal.
After following these steps, your Linux system should now be in English.

查看详情

查看详情