Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can merge the local resource file in single folder.
Posted
Comments
Sandeep Mewara 22-Jun-12 8:04am    
:doh:

A repost again! I replied you did you follow it?
durga.r 22-Jun-12 8:07am    
ya, but my resource file is not working

1 solution

You are talking of converting your local resources into Global resources. What you have right now is local resource files.

Read about them on how and why they are structured in a given manner:
MSDN: ASP.NET Web Page Resources Overview[^]
MSDN: How to: Create Resource Files for ASP.NET Web Sites (Visual Studio) [^]

You need to decide and then do it from start whether to have local or global resource. The way you can access the resx files depend on how and where they are placed. Collating at one place is possible if you make it global in App_GlobalResources folder. AFAIK, there is no easy way to convert the local into global ones. You need to do it manually, one by one.
 
Share this answer
 
Comments
Prasad_Kulkarni 22-Jun-12 8:17am    
Good one +5!
Sandeep Mewara 22-Jun-12 9:33am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900