Hello,
I need to know how can I generate a .resx file from code for different
language culture. Basically the .resx file is in binary, is there anyway
that I can generate a text file contains all the text for each controls on
the form which then can be converted to a .resx file for a given culture.
Basically I want to do what WINRES.EXE does but through code.
Thanks,
I need to know how can I generate a .resx file from code for different
language culture. Basically the .resx file is in binary, is there anyway
that I can generate a text file contains all the text for each controls on
the form which then can be converted to a .resx file for a given culture.
Basically I want to do what WINRES.EXE does but through code.
Thanks,
Comment