Home>Article>Development Tools> How to adjust sublime to Chinese
Yes, you can set Sublime Text to Chinese by following these steps: Install the SublimeCText language pack. Add "locale": "zh_CN" in user settings. Restart Sublime Text. The reload menu is displayed.

How to adjust Sublime Text to Chinese
Step 1: Install language pack
CtrlShiftPto open the command panel.PackageManager: Install Package.SublimeCTextpackage.Step 2: Modify user settings
Ctrl,(upper left corner of the keyboard) Open user settings.Preferences.sublime-settingsfile, add the following code:"locale": "zh_CN"
Step 3: Restart Sublime Text
Step 4: Update the menu display
CtrlShiftP).View: Reload.Note:
The above is the detailed content of How to adjust sublime to Chinese. For more information, please follow other related articles on the PHP Chinese website!