Control Panel > Clock, Language, and Region access

Questions about Wine on Linux
Locked
michaelbr
Level 2
Level 2
Posts: 25
Joined: Fri Sep 07, 2018 9:16 am

Control Panel > Clock, Language, and Region access

Post by michaelbr »

I saw that not many applets for Control Panel are implemented, I ran

Code: Select all

wine control
and only three options are available: Add/Remove, Game Controller and Internet Setting, I need to configure in Control Panel > Clock, Language, and Region > Change date, time, number format > click on Administrative tab, then set /add Chinese (Traditional Taiwan) for Language for non-Unicode programs, I'm new to wine, can someone please confirm that this feature is not yet implemented in wine?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Control Panel > Clock, Language, and Region access

Post by jkfloris »

Wine uses your system language.

If you want to set the language for a program you could run "LC_ALL="
For example set Wine in german:

Code: Select all

LC_ALL=de_DE.UTF-8 wine control
michaelbr
Level 2
Level 2
Posts: 25
Joined: Fri Sep 07, 2018 9:16 am

Re: Control Panel > Clock, Language, and Region access

Post by michaelbr »

Thanks for your reply, I'm not talking about system's language, I'm talking about non-Unicode language, the apps I'm using is Ant Movie Catalog, it's a Windows' app and for me to display Chinese Char I need to setup non-Unicode language to Chinese (my system language is US). If I don't do that, it won't display Chinese char, so I need to go to control panel, regions and change the non-Unicode language to Chinese.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Control Panel > Clock, Language, and Region access

Post by jkfloris »

What is the output of

Code: Select all

locale -a
michaelbr
Level 2
Level 2
Posts: 25
Joined: Fri Sep 07, 2018 9:16 am

Re: Control Panel > Clock, Language, and Region access

Post by michaelbr »

jkfloris wrote:What is the output of

Code: Select all

locale -a
this is the output

Code: Select all

C
C.UTF-8
en_AG
en_AG.utf8
en_AU.utf8
en_BW.utf8
en_CA.utf8
en_DK.utf8
en_GB.utf8
en_HK.utf8
en_IE.utf8
en_IL
en_IL.utf8
en_IN
en_IN.utf8
en_NG
en_NG.utf8
en_NZ.utf8
en_PH.utf8
en_SG.utf8
en_US.utf8
en_ZA.utf8
en_ZM
en_ZM.utf8
en_ZW.utf8
es_CU.utf8
es_ES.utf8
POSIX
zh_CN.utf8
zh_HK.utf8
zh_SG.utf8
zh_TW.utf8
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Control Panel > Clock, Language, and Region access

Post by jkfloris »

Could you post a sample/ test catalog file (*.amc) with the Chinese characters?
Locked