I am writing an application (vb2005) the has to cope with multiple langauges
therefore all the application text is to go in resource files.
While some of this text can go in the project resource file much of it needs
to be used at form level. I would like to put this in the form.resx file for
each form but the ResourceManager only accepts resource files suffixed
".resources "
Are there any other approaches to this?
(the application has approx 20 user controls and 60 forms)
thanks
guy
therefore all the application text is to go in resource files.
While some of this text can go in the project resource file much of it needs
to be used at form level. I would like to put this in the form.resx file for
each form but the ResourceManager only accepts resource files suffixed
".resources "
Are there any other approaches to this?
(the application has approx 20 user controls and 60 forms)
thanks
guy