|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
a few basic question about resource filesI have an application that uses resource files to contain the string values for each language. I have created the required resource files in my project, but I don't speak the languages I wish to have resources for. What I would like to do, is somehow allow the end user to edit the resource file themselves so they can set the string values as needed. Is there a way to edit the resource files that ship with my application and get installed ? or Is there a way to have external resource files (not embedded into my application) that can be updated/replaced with out the need to reinstall my application. Thanks That is exactly the reason why many avoid the inbuilt language parts and use
an external XML file with a nice class to set the correct language according to the user system settings. An XML dataset is very fine for this. Show quoteHide quote "AussieRules" <nospam@nospam.com> wrote in message news:u8eKrAd5KHA.3880@TK2MSFTNGP04.phx.gbl... > Hi, > > I have an application that uses resource files to contain the string > values for each language. > > I have created the required resource files in my project, but I don't > speak the languages I wish to have resources for. > > What I would like to do, is somehow allow the end user to edit the > resource file themselves so they can set the string values as needed. > > Is there a way to edit the resource files that ship with my application > and get installed ? > > or > > Is there a way to have external resource files (not embedded into my > application) that can be updated/replaced with out the need to reinstall > my application. > > Thanks > > Hi,
Thanks for your advice.... Any places or samples you are aware of that I can see how to do this ? Again, thanks Show quoteHide quote "Cor Ligthert[MVP]" <Notmyfirstn***@planet.nl> wrote in message news:eu3nSAe5KHA.1924@TK2MSFTNGP06.phx.gbl... > That is exactly the reason why many avoid the inbuilt language parts and > use an external XML file with a nice class to set the correct language > according to the user system settings. > > An XML dataset is very fine for this. > > > > "AussieRules" <nospam@nospam.com> wrote in message > news:u8eKrAd5KHA.3880@TK2MSFTNGP04.phx.gbl... >> Hi, >> >> I have an application that uses resource files to contain the string >> values for each language. >> >> I have created the required resource files in my project, but I don't >> speak the languages I wish to have resources for. >> >> What I would like to do, is somehow allow the end user to edit the >> resource file themselves so they can set the string values as needed. >> >> Is there a way to edit the resource files that ship with my application >> and get installed ? >> >> or >> >> Is there a way to have external resource files (not embedded into my >> application) that can be updated/replaced with out the need to reinstall >> my application. >> >> Thanks >> >>
Is This Method Of Creating a String Possible?
How to send email with no outlook and SMTP server ? System.net Utilities.FTP or ProcessStart? Sync Framework with multiple branch Resize an image: bug? form inheritence Option strict after debug "Can't write dll because a process has it open" Changes not getting saved to data source return value, exit function |
|||||||||||||||||||||||