What precautions we need to take while deploying satellite assemblies?
When we distribute the assembly, the folder structure has to be very organized. The table below shows how the folder structure should be organized. The MainFolder is the main application folder. All the satellite assemblies should be distributing in the Main application folder within their own respective folder. The given folder is denoted by the culture code.
Figure: - Satellite Assembly folder structure
You can see from the figure above that Hindi satellite assembly is distributed in hi folder, The Greek satellite assembly is distributed in el folder and so on. If a program does not find any resource file for a culture it uses the invariant culture satellite assembly. The above folder structure is a strict requirement when we distribute the satellite assembly. Any mismatch in the folder structure will lead to the appropriate results.