Public cai wrote:
I continued studying the problem and found out that for Windows,
- wxDirDialog actually calls SHBrowseForFolder()
- SHBrowseForFolder() is a Windows Shell API function
- seems that the Windows Shell API functions are not localized and
follow the language setting of Windows, meaning that if the user has a
German Windows installation (for example), she will see the common
dialogs translated to German. Also, this means that even when she uses
an English version of our program, she will still see the common
dialogs translated to German if she has a German Windows installation
(see: http://forums.msdn.microsoft.com/en/netfxbcl/thread/40fae6c6-1afc-4a4d-8638-88cdf69c5ee6/)The Windows on my machine is English, I always see these common
dialogs in English (even when running a German version of our program)
You are correct.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!