[Bug 45600] Wargaming Game Center has Russian as default language

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 9 13:07:45 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45600

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #2 from Anastasius Focht <focht at gmx.net> ---
Hello Fabian,

confirming.

--- quote ---
Just noticed, "winetricks -q ie8" works around the issue. Maybe it's because
the installation doesn't finish properly?
--- quote ---

I don't know what's wrong with your system but on my machine the installer
works just fine. The reason why 'winetricks -q ie8' works around is because the
recipe changes the Windows version of the WINEPREFIX from default 'Windows 7'
to 'Windows XP'.

To test, set 'Windows XP' and reinstall using 'setup.exe' from launcher
directory. You will get English language setting by default.

One can also force/override locale regardless of Windows version using client
command line interface:

--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files (x86)/Wargaming.net/GameCenter

# English
$ wine ./wgc.exe --setLang -l en

# German
$ wine ./wgc.exe --setLang -l de
--- snip ---

Afterwards 'preferences.xml' has it permanently (no need for 'setLang')

--- snip ---
<?xml version="1.0" encoding="utf-8"?>
<protocol version="3.9" name="preferences">
    <application>
...
        <localization_manager>
            <current_localization>en</current_localization>
        </localization_manager>
--- snip ---

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list