0

In a form I set the "Localizable" property to true and added a new language resource by selecting a language in the "Language" property - but... Then the VS 2008 creates another dll file for the resource I checked so the "build action" property of the resource is set to "Embedded Resource"

Why the VS do that? and what can be done about it?

thanks in advance

Mark Schultheiss
  • 32,614
  • 12
  • 69
  • 100
Yacov
  • 1,060
  • 14
  • 27

1 Answers1

0

Solution found here Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

Community
  • 1
  • 1
Yacov
  • 1,060
  • 14
  • 27