Subfolders in App_GlobalResources (ASP.NET)
        Posted  
        
            by frankadelic
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by frankadelic
        
        
        
        Published on 2010-03-30T00:53:17Z
        Indexed on 
            2010/03/30
            1:03 UTC
        
        
        Read the original article
        Hit count: 527
        
Is it possible to put resource files (.resx) within subfolders inside App_GlobalResources?
For example:
/App_GlobalResources/someresources/myfile.resx
/App_GlobalResources/someresources/myfile.fr-fr.resx
/App_GlobalResources/othereresources/otherfile.resx
/App_GlobalResources/othereresources/otherfile.fr-fr.resx
Or, are all the .resx files placed directly inside App_GlobalResources?
If it is possible to use subfolders, how do you programmatically access resources within subfolders?
© Stack Overflow or respective owner