"Kevin Westhead" wrote:
> I'm not sure I understand why you need to generate a resx file from a dll.
> Have you lost the original resx files or are these resource dlls that were
> not originally generated from resx files?
>
> If you have the resx files then you can simply give them to the translators
> and have them generate a localised version using something like WinRes
> (
http://msdn2.microsoft.com/en-us/library/8bxdx003(VS.80).aspx).
>
> --
> Kevin Westhead
>
> "E." <E@discussions.microsoft.com> wrote in message
> news:74D53D34-A2E6-4FDA-AE26-751C27243133@microsoft.com...
> > a former developper decided to give the dll resources to the translator
> > team. The use a software that reads this dll, and is able to change it an
> > generate the dll for the 2nd language.
> > this kind of process needs to be changed, and i'd like my translator to
> > work
> > with the xml resx file, directly the one used by the developpers.
> >
> > so my question is, is there a way to get an xml from the dll ? i know how
> > to
> > make a resx becoming a dll, but i never had to do it the other way before.
> > How could i do that ? Is ILDASM usefull for this ?
>
>