User-610330605 posted
If your web application contains three different languages. How many assembies it will create at compilation time?
If your web application contains 2 additional languages to the default language then 2 folders will be present inside the bin with an assembly of resource file (1 for each language additional to the default language).
Also there will be assemblies present based on the DLLs / projects you have referenced.