Hi everybody!
I have a Managed C++ application that I have localized with one extra language apart from the default
language. The program now handles culture neutral languages Swedish (default) and English. This is a customized installation tool, so the default is to install things. Localization for that functionality are handled by the Forms own embedded localization. For the Uninstallation functionality I have added 2 resource files (Assembly Resource .resx) named Tool.en.resx and Tool.resx to handle all messages when the uninstall is run. It works fine!!
Now to the problem!!
When I have updated the text strings in these to extra resource files, I get the error from the Assembly Linker:
AL1057 Executables cannot be localized, Culture should always be empty
The first time the linker fails to link my program, the second time it links and can be executed. It also
runs without any problems, so why this error!!
Whats the problem???
/Thanks
|