G
Gerrit
Hi.
When setting Form.Localizable = True in Visual Studio, any ImageList on the
form is copied/serialized into the resources for each language. This
behavior is really annoying, since I only want to have _one_ copy of the
icons (the same icons for all languages). Right now I have to either
manually update the icons for each language or remove the serialized
ImageList from the resx files. Another problem is that the application is
getting "bloated" because of the multiple copies of the same icons. Is there
any way to avoid this behavior? I already have implemented a customized
LocalizationFilter (
http://windowsforms.net/articles/localizationfilter.aspx ), but the Windows
Forms designer seems to ignore it when checking if the ImageLists should be
serialized.
Regards,
Gerrit
When setting Form.Localizable = True in Visual Studio, any ImageList on the
form is copied/serialized into the resources for each language. This
behavior is really annoying, since I only want to have _one_ copy of the
icons (the same icons for all languages). Right now I have to either
manually update the icons for each language or remove the serialized
ImageList from the resx files. Another problem is that the application is
getting "bloated" because of the multiple copies of the same icons. Is there
any way to avoid this behavior? I already have implemented a customized
LocalizationFilter (
http://windowsforms.net/articles/localizationfilter.aspx ), but the Windows
Forms designer seems to ignore it when checking if the ImageLists should be
serialized.
Regards,
Gerrit