Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localize .NET assembly without source code [closed]

I need to localize a .NET assembly (winforms exe), but I don't have its source code. Is there any good tool that allows this?

Thanks.

like image 680
SharpAffair Avatar asked Jul 04 '26 02:07

SharpAffair


1 Answers

For analyzing it and finding out the way of accessing resources you might want to use Reflector. Depending on what you find out, you'll probably want to create resource files / satellite assemblies or localize it in a respective way.

like image 108
Tomas Vana Avatar answered Jul 06 '26 18:07

Tomas Vana