How to localize the FolderBrowserDialog ???

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
 
H

Herfried K. Wagner [MVP]

* (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...
 
M

Maniaque |CIA|

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.
 
H

Herfried K. Wagner [MVP]

* Maniaque |CIA| said:
You can use SHBrowseForFolder API instead. It could be localized fast
and when initializing.

Yes, with some hooking...
 

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

Top