How to use app_GlobalResource or app_LocalResource?
How to use them in a ASP.NET Web Application project? Any difference? many thanks Pranay Rana Local Resources: Local resource is specific to a single Web page and used for providing versions of a Web page in different languages. Local resources must be stored in App_LocalResources sub folder. Local resources must be named in format [.language / language and culture].resx. Ex: Default.aspx.resx- Base resource file. This is the default, or fallback, resource file. Default.aspx.de.resx- A resource file for German etc. Global Resources: Global Resources Localization Suggestion for ASP.NET Global