views:

34

answers:

2

Hi Is There Any Way or trick to generate local resource for all pages in visual studio 2010 automatically? I have about 500 pages and UserControls. its hard to generate resource for every page one by one. is there Any Add on or extension for this? shaahin.

+1  A: 

yes use global resources

just click: add ap.net folder and add a global resources folder

every resource you put there will be avilable in all your pages

guy schaller
i mean ==> a way to able me generate local resource for every page automatically.Visual studio / in design mode : tools / Generate local resourceit generate a resource file from that page.but i want an ability to generate resource files from all pages automatically.
shaahin
+1  A: 

Write a script, no? A resource file is nothing but an XML file.

Esteban Araya
yes its just an XML file.how can i write script or extension or add in for doing that?give me clues please.how can i doing that?thank you
shaahin