How to set Sublime Text 4 to the Chinese version
Step 1: Install the Chinese language pack
Step 2: Set the language pack as the default
In the User Preferences file, find the following line:
<code>"default_encoding": "UTF-8"</code>
Add the following line below this line:
<code>"auto_complete_backend": [ { "name": "sublime-text-chinese-language-pack" } ]</code>
Step 3: Restart Sublime Text
Step 4: Check whether it is successful
Warm Tips:
The above is the detailed content of How to set up the Chinese version of sublime4. For more information, please follow other related articles on the PHP Chinese website!