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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top