Hi,
I want to know that what is the satellite assembly and where we can use the satellite assembly ?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Mar 2, 2012, 10:46 PM
In multilingual application in .NET to support multilingual functionality you can have modules which are customized for localization.These assemblies are called as satellite assemblies. You can distribute these assemblies separately than the core modules.
Refer
http://www.codeproject.com/Articles/11036/Satellite-Assembly-Multi-Languages
Thanks