Can we generate .resx file and add it into app_GlobalResources folder using GAT?
Hi i wanted know how to generate .resx file using GAT and how to add that into App_GlobalResources folder in the generated application?
SHISHIR4 Thursday, July 05, 2007 12:58 PM
Hi Shishir,
If you're looking for programmatically create resources you may want to look at .Net's type System.Resources.ResXResourceWriter.ResXResourceWriter. There is nothing built-in in GAX to handle resources files.
thanks,
-Victor.
vga Tuesday, July 10, 2007 6:53 AM
It's a strange question... Why do you want to use GAX for generate resx files ?... If it is only the goal you can use "standard" .NET2 API for this... associated class will be generate directly by the fwk. Have you a specific need ?
MephistoDark Sunday, July 08, 2007 11:35 AM
Hi Shishir,
If you're looking for programmatically create resources you may want to look at .Net's type System.Resources.ResXResourceWriter.ResXResourceWriter. There is nothing built-in in GAX to handle resources files.