In fact, event WinForms are using ResourceManager class to retrieve culture specific resource your Form is using on runtime, includes Icons, Images, Strings etch.
Hope this helps,
-chris
Chris Vega Monday, December 19, 2005 9:26 AM
Yes, there is a class called ResourceManager that will help you access those resources:
In fact, event WinForms are using ResourceManager class to retrieve culture specific resource your Form is using on runtime, includes Icons, Images, Strings etch.