Need help on a Chinese app

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ww9rivers
Newbie
Newbie
Posts: 1
Joined: Sat Jun 03, 2023 12:10 am

Need help on a Chinese app

Post by ww9rivers »

I am helping a senior installing an application (作曲大师简谱音乐软件2015版) which used to run on Windows 10 OK. But the same app installed on Windows 11, it won't display the text anymore.

So I am trying to install it on WINE. But I am not having much luck:
Image

Any suggestions as what to do to make it display the text in Chinese?

Thank you!
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Need help on a Chinese app

Post by jkfloris »

You can use winetricks to install the fonts you need:

Code: Select all

winetricks cjkfonts
And, if necessary, run the program with a Chinese locale:

Code: Select all

LC_ALL=zh_CN.utf8 wine installer.exe
Locked