Several solutions have been searched, such as adding skins, and so on, on my arch machine, and when searching for Linux steam CJK,
Found a link to resolve the DOTA2 display in Chinese is not correct, the feeling may be useful, the reference to take care of the matter
Link:
https://cubarco.org/blog/2015/05/dota2-blocky-cjk-fonts-workaround/#fn: 1
Workaround:
Create xxx-font-config.conf, see below
<?xml version= "1.0"? ><! DOCTYPE fontconfig SYSTEM "Fonts.dtd" ><fontconfig> <include ignore_missing= "No" >fonts.conf</ include> <match target= "pattern" > <test qual= "any" name= "family" > <string>arial </string> </test> <edit name= "Family" mode= "assign" binding= "Same" > <string> Wenquanyi Zen hei</string> </edit> </match></fontconfig>
This is the black font that replaces Arial with a written spring.
Then get a startup script that sets the environment variables before calling steam.
Export fontconfig_file=/usr/local/steam/steam-/usr/local/steam/bin/steam &
This way, on steam, you can set the interface to Simplified Chinese on the interface.
Ways to support Chinese in steam under Linux