Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
What is the need for generating a .dll out of a .resx file and using it in the project???

I have a project where i am using a .dll instead of the .resx,can u please explain to me what is the exact process of doing that and deploying in the server??

Thanks
Sateesh
Posted
Updated 9-Mar-22 20:06pm

1 solution

You create a new dll and add the .resx as resource.

Good luck!

ps. found you an codeproject example about language resources but the idea is the same.

.NET - Localization using Resource file[^]
 
Share this answer
 
v2

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