Hi All
I want to create resource file programatically.
This can be acchieved manually by the following way:
- Open visual studio command prompt
- Then type the following command it will create a resource file for you
- resgen "MySource.txt" "MySource.resx"
But how this will be acchieve in c#
Thanks in advance