Localizing AboutBox
Hi,
We have a problem in localizing our application. We have localized the complete application except about box form which gives information about the product.
In the about box form, all the details are read from the assembly info file usingAssembly.GetExecutingAssembly().GetCustomAttributes() method. But it always reads the properties of the main assembly.
We have created satellite assembly using visual studio. So attributes like version number, product name are same both in main assembly and also in satellite assembly.
Now we want to localize about box. Let me know if you have any way out.
Also is it possible to give different assembly attributes to the satellite assemblies and also to read attributes from the satellite assembly instead of main assembly.
Quick response is very much appreciated.
Thanks.

