Hi, I downloaded 2.2.0 wireshark 32 bit from https://www.wireshark.org/download.html The package installer was in English as expected, but when I started the programme it displayed everything in French. I did not know how toi change this, not knowing French, so uninstalled and carried on with tcpdump to inspect some files I had to work on. How can I get the English version of Wireshark? I run Windows 7 in English, on a US qwerty keyboard. There is not a trace of French on my PC. Yet the website always sets the wireshark language to French. Kind regards, Sophie P.S your captcha displayed some characters from German keyboard layouts, which I don't have on my keyboard. And I don't live in Germany. Weird. I have a screenshot asked 21 Sep '16, 00:36 sophie edited 23 Sep '16, 01:53 Guy Harris ♦♦ showing 5 of 7 show 2 more comments |
2 Answers:
I changed the locale, but I wonder how this will affect other parts of the system because I am in Belgium, and everything except language on the PC has a Belgian context.
How did I change this?
Alternatively, one could the language in the Wireshark programme or changing the Locale in Control Panel/Region & Lanaguage/Adminsirative/Change System Locale . This could be easier or less daunting. I downloaded wireshark and installed and now this runs in English :) Thanks. answered 21 Sep '16, 03:44 sophie edited 21 Sep '16, 04:04
(21 Sep '16, 03:52) sindy I.e., before you changed the registry setting, there was more than a trace of French on your PC - Windows's language was configured to be French, if the locale was "fr-BE". With the old settings, were Windows applications other than Wireshark showing their menus in English? If so, perhaps you had a version of Windows that didn't include support for French, so it fell back on the English-language menus. It appears that, in Windows 7, only the Ultimate and Enterprise editions can support multiple languages, and even those editions won't necessarily have language packets installed for all possible languages. Perhaps you have a version of Windows 7 other than the Ultimate or Enterprise version, and it's an English-language version, or perhaps it's an Ultimate or Enterprise version but doesn't have a French language pack installed; I think either of those means that, even with the locale set to "French-speaking Belgium", the text displayed by Microsoft's applications and system code will be in English. However, Wireshark uses the Qt toolkit, which provides its own localization mechanism, rather than using Windows's mechanism, so it can display non-English-language menus on Windows even if you have an English-language-only installation of Windows. That might be the reason why, with "French-speaking Belgium" (fr-BE) as the locale, Wireshark displayed French-language menus but nothing else on your system did. (23 Sep '16, 02:04) Guy Harris ♦♦ Hi Guy, Yes this is Win7 Enterprise. Before I changed settings fr-BE -> en-US all programmes that I used were in English. I am certain I can change the locale to pretty much anything and because of the keyboards used here, azerty has to be supported along with my qwerty keyboard. Not that I think keyboard layouts are relevant. (23 Sep '16, 03:32) sophie |
A workaround: in 2.2.0, the second item from the left in the upper list of drop-down menus is Edit (whatever may be there in French), choose it. The last (bottommost) item in that drop-down menu is Preferences, choose it. On the card that opens, the last drop-down list in the right part is a language choice (should be described as "Langue" in French), you want answered 21 Sep '16, 01:43 sindy edited 21 Sep '16, 08:52 The French menu items are Editer (Edit) and Préférences (Preferences). The language names are always in English (??) along with a flag. There is also the option to use the system language setting (Utiliser les paramètres système) which is normally the default. You can also use the hotkey Ctrl + Shift + P to get directly to the preferences dialog. (21 Sep '16, 02:00) grahamb ♦ My experience shows that searching for a known string in a text in foreign language using your eyes is quite complex, so "second" and "last" seemed easier to me for this particular case. Searching for the 17th line of total 29 would have been another level of difficulty, though :-) (21 Sep '16, 02:05) sindy That's my developers mindset, item position in menus can always be varied, mainly to keep users on their toes. I suppose that varying the actual text is also fair game. (21 Sep '16, 02:37) grahamb ♦ |
Can you open a Powershell prompt and type
Get-Culture
and post the response as a comment to this comment?Hi,
Thanks for telling me how to change the language.
PS C:\Users\sol> Get-Culture LCID Name DisplayName ---- ---- ----------- 2060 fr-BE French (Belgium)
Why do you rely on this setting? I live in Belgium and they have 3 national languages, with two officially in Brussels region.
Majority of applications and versions of Windows 7 are in English. The Helpdesk only supply Windows in English. Some in house applications are available in Dutch and French when applicable.
Is there another way of deciding language perhaps based on which language the O/S is in or the browser?
Kind regards,Sophie
By default, Wireshark tries to be helpful (as many other applications and websites do) and uses the system language you have set on your PC, and in your case its French with the Belgian dialect.
The preferences dialog allows you to override that setting for Wireshark by manually selecting a specific language as detailed in the answer by @sindy.
Browsers will generally offer the same sort of override facility, but you'll have to locate how to do that on the appropriate support site for the browser(s) you use.
You could of course, set your system language to English and then Wireshark (and other application and browsers) would default to that.
So it is rather a question regarding Windows why it has let you change the system interface language to English yet hasn't changed the culture from fr-BE. If there is a separate setting for the system interface language, it would definitely be a better choice than the preferred language setting of a web browser (as there are several different browsers, as it is formally cleaner to rely on OS setting than on other application's setting, ...)
I did not know of a Culture setting in Windows. I learnt something. Wondering how I could change this? Looks like this can be seen in
That question better suits to a Windows-related Q&A site. I had to move to W10 a couple of months ago, here the first language in the list of the ones to be available for quick choice on the fly also governs the other locale (currency, date format etc.) including system interface language, but you can override the latter (as well as other things) using
Advanced settings
. But Win7 may have arranged these settings in a completely different way.For Windows 7 in English, Control Panel -> Region and Language -> Administrative -> Change system locale.