resource files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • guy

    #1

    resource files

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