Is it possible to update resource files programmatically?

  • Thread starter Thread starter drdave
  • Start date Start date
D

drdave

I have blocks of text stored in resource files and it would be great to
allow the client to be able to update those files themselves..

any thoughts.. pointer.. tutorials ??

tia

Dave
 
It will not be resources then. It should be configuration file, more likely.
Why not to use just plain XML file with all necessary data?

Gaidar
 
thanks for your reply..

I'm using Resource files as the text is also in french so this way I
can use the frameworks localization support.. I could have used a db as
well but the resource files seemed most elegant and least overhead.. I
could still use the xml file sbut it would be sweet to be able to have
the client able to update that resource file through a gui..
 

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