Wireshark-bugs: [Wireshark-bugs] [Bug 11619] UI is unexpectedly German on Windows + Qt 5.5.1

Date: Wed, 21 Oct 2015 15:34:56 +0000

Comment # 5 on bug 11619 from
(In reply to Alexis La Goutte from comment #1)
> Do you have try to add some debug output before translation load ? (for
> check if the locale is detected ? )

I added some g_warnings before, during, and after calling loadLanguage:

----
** (Wireshark.exe:4244): WARNING **: main: pre loadLanguage locale: system

** (Wireshark.exe:4244): WARNING **: WiresharkApplication::loadLanguage:
localeLanguage: en_US system name: en_US

** (Wireshark.exe:4244): WARNING **: main: post loadLanguage locale: system
----


Here are the contents of %APPDATA%\Roaming\Wiresark\language:

----
# Language settings file for Wireshark 2.1.0.
#
# This file is regenerated each time Wireshark is quit.
# So be careful, if you want to make manual changes here.

language: system
----


You are receiving this mail because:
  • You are watching all bug changes.