How to localize the FolderBrowserDialog ???

  • Thread starter Thread starter Andrew Taylor
  • Start date Start date
A

Andrew Taylor

I have resx files that contain the strings for all my localizable
items. However, I open .net dialogs, like FolderBrowserDialog. How
does the text in there become localized ???

-- THanks, Andrew
 
* (e-mail address removed) (Andrew Taylor) scripsit:
I have resx files that contain the strings for all my localizable
items. However, I open .net dialogs, like FolderBrowserDialog. How
does the text in there become localized ???

Windows will localize it automatically accoriding to the system's
language...
 
On 29 Jan 2004 19:01:55 +0100, Herfried K. Wagner [MVP]

You can use SHBrowseForFolder API instead. It could be localized fast and
when initializing.
Look through MSDN for more info.
 
Back
Top