What are resource files and explain how do we generate resource files?

What are resource files and explain how do we generate resource files?

Resource files are files in XML format. They contain all the resources needed by an application. These files can be used to store string, bitmaps, icons, fonts.

Steps to generate a resource file:

1. Open the web page in the design view.
2. Click Tools
3. Select generate local resource
4. .resx file generated in the solution explorer
5. Type in the resources. The file contains the key and value pairs.
6. Save the file.
What are Satellite assemblies and how to generate Satellite assemblies? - ASP.NET
Satellite assemblies and how to generate Satellite assemblies - To support the feature of multiple languages, we need to create different modules that are customized on the basis of localization...
Define AL.EXE and RESGEN.EXE - ASP.NET
Define AL.EXE and RESGEN.EXE - Al.exe: It embeds the resources into a satellite assembly. It takes the resources in .resources binary format...
Concepts of resource manager class - ASP.NET
Concepts of resource manager class - ResourceManager class: It provides convenient access to resources that are culture-correct. The access is provided at run time.
Post your comment