Generating Applications and generating (translated) Resources are (or should be) separed processes in our organization especially we would like to be able to generate resource.dlls without the Source-code (and without Visual Studio).
More or less the Excel File has become (something like) the source.
So following scenario would be great to us:
ResX opens a (ResX generated) Excel-file as a source.
ResX generates resx-files (as it does on import, it seems to me, Excel worksheets have all informaton to do so)
Setting up the path to the SDK, ResX could also call resgen.exe and al.exe to create DLLs for all containing languages.
Comments: ** Comment from web user: tomenglert **
More or less the Excel File has become (something like) the source.
So following scenario would be great to us:
ResX opens a (ResX generated) Excel-file as a source.
ResX generates resx-files (as it does on import, it seems to me, Excel worksheets have all informaton to do so)
Setting up the path to the SDK, ResX could also call resgen.exe and al.exe to create DLLs for all containing languages.
Comments: ** Comment from web user: tomenglert **
Try the new scripting module - I think you can cover most of the tasks you are looking for.
Please give some feedback if this helps with your scenario.