Activity overview
Latest activity by DavidDespres
James,
I tried your suggestions, but to no avail. Again, this is a .NET Form that has a property that says that it is localizable. That is, at runtime it detects the computers language/culture and looks in a subfolder where the executable is and loads the external resource(This is a windows thing and not something special I am doing). I run the un-obfuscated executable it loads the correct resource file. I run the obfuscated executable and it just shows the original language.
Can you suggest my next steps? / comments
James,
I tried your suggestions, but to no avail. Again, this is a .NET Form that has a property that says that it is localizable. That is, at runtime it detects the computers language/culture an...
Hi James,
Thanks for the reply and the version I am using is 6.1 Build 48.
Best Regards, / comments
Hi James,
Thanks for the reply and the version I am using is 6.1 Build 48.
Best Regards,
Localization DLLs
Greetings,
When I deploy my application that has been obfuscated by SA 6.0 it will not load the localized resources at runtime, but keeps the original language it was obfuscated with. The applicat...