Problem with localized resource files after Dotfuscator

  • Thread starter Thread starter Nickneem
  • Start date Start date
N

Nickneem

I have a multilanguage project, the neutral language is English
(United States), and I added a dutch resource file Resources.nl.resx
to the project.
The forms are localizable too, e.g. there's a frmMainForm.nl.resx.

I use the Dotfuscator Community Edition and excluded all items in the
project.My namespace from renaming.

The problem is when I run the application with dutch regional settings
my strings, messageboxes, error messages, etc are in Dutch as they
should be but the button texts / captions, checkbox texts, label
texts, etc are in english.

I don't have a problem if I use the "un obfuscated" / "real"
executable because then it's all in Dutch?

Do I have to exclude all forms? (sure don't hope so )

Thanks in advance,

Michael
 
Back
Top