On Sun, 21 Jun 2015 16:57:00 +0200 (CEST), Francois Gouget wrote:
The TestBot's VM is an English Windows 7 Ultimate install that was configured for Japanese. As far as I can tell all the settings have been set to Japanese. Maybe GetSystemDefaultUILanguage() returns English because that's the default language you get during installation.
Thanks explanation. Indeed, GetSystemDefaultUILanguage() returns install language[1]. So, what about Welcome screen's display language? Because, some settings, like `MS Shell Dlg', follows the machine default UI language[2]. I think the machine default UI language equals Welcome screen's display language.
[1] https://msdn.microsoft.com/en-us/library/windows/desktop/dd319088%28v=vs.85%... [2] https://msdn.microsoft.com/en-us/library/windows/desktop/dd374112%28v=vs.85%...
Akihiro Sagawa