This tool is used to create
.resources file. This tool can be installed in a web server
and user can directly access this tool in browser for creating
.resources file. For more details about .resources file and
resources in applications, check out this link
After generating .resources
file, you can use al.exe to generate satellite assembly and
then you can associate this resource file with corresponding
Application (Main Assembly) . For more details about generating
satellite assembly from .resources file, refer this link.
Create a virtual directory “ResourceFileCreator”
and then copy this file to that physical folder. Then access
the “createresource.aspx” from that virtual directory.
Limitation
This tool only create .resources
file, if you want to create .resx file or .txt file from .resources
file. Then you need to use resource file generator (resgen.exe)
to convert .resources file to another format, for more details
about resgen.exe