Problems using AL.exe on .resources files created from VS.NET .res

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Here's what I want to do: Create .resx files for Forms in VS.NET but then let
an end user localize these forms using winres.exe on converted .resources
files and then use AL.exe to embed these resources in the appropriate .dll to
be used by the original program without having to recompile the whole thing.
Is this possible? Haven't had much luck after a few days of playing with
this. Thanks in advance for any help.
 
I figured it out - when using AL.exe to create satellite assemblies the
..resources file name must start with the Project name as in:
"Myproj.Form1.es-MX.resources". When using VS.NET IDE the file name is just
"Form1.es.MX.resources"
 
Back
Top