Dalla documentazione ufficiale Microsoft sull'utilizzo delle risorse multilingua in ASP.NET: "ASP.NET applications can contain assemblies. However, because ASP.NET pages are converted into assemblies dynamically, the assembly name is not known in advance, and standard satellite assembly configuration does not apply. To use resources in ASP.NET pages, first create a parallel main assembly to store your application's resources. This assembly will contain the default or neutral resources for the application. Next, create a satellite assembly containing localized resources for each culture that your application supports. Install the main assembly into the application's bin directory, and the satellite assemblies in the expected subdirectories."
Domanda: come creo questo "parallel main assembly"? Che tipo di progetto apro in Visual Studio .NET? Vi prego, aiutooo!