longjunyu2 / winlator

Android application for running Windows applications with Wine and Box86/Box64
https://winlator.org
Other
308 stars 39 forks source link

[BUG] System language #37

Closed lvonasek closed 3 months ago

lvonasek commented 3 months ago

Application Configuration Information

Description of the Issue All the apps with a chinese localisation are in chinese although my device is set to english,

Steps to Reproduce

  1. Go to device system settings
  2. Set system language to english
  3. Start Winlator
  4. See start menu and apps (e.g. Winecfg) in chinese

Expected Behavior When the system language is english then also Winlator should be in english.

Additional Information This issue started happening after updating to version 7.1.2

Dresserk commented 3 months ago

Application Configuration Information

  • App Version: 7.1.2

Description of the Issue All the apps with a chinese localisation are in chinese although my device is set to english,

Steps to Reproduce

  1. Go to device system settings
  2. Set system language to english
  3. Start Winlator
  4. See start menu and apps (e.g. Winecfg) in chinese

Expected Behavior When the system language is english then also Winlator should be in english.

Additional Information This issue started happening after updating to version 7.1.2

Where your list of containers are shown click on the 3-dot menu for the container and click EDIT. Midway down you'll see headers for options "Wine Configuration", "win Components", "Environment Variables", etc. Click "Environment Variables", scroll to the bottom and click ADD button, put "LC_ALL" for name and "en_US.utf8" for value, click OK. Be sure to use the same capitalization and underscores as shown.

lvonasek commented 3 months ago

Thank you for the workaround. It works for me.

longjunyu2 commented 3 months ago

A temporarily solution is to set environment variables. I will add automatic regional language adjustment in future updates.