Simple question:
Where should I place [assembly: NeutralResourcesLanguageAttribute("en-US" , UltimateResourceFallbackLocation.Satellite)]
for an ASP.NET MVC application?
On the HttpApplication class in Global.asax.cs?
Simple question:
Where should I place [assembly: NeutralResourcesLanguageAttribute("en-US" , UltimateResourceFallbackLocation.Satellite)]
for an ASP.NET MVC application?
On the HttpApplication class in Global.asax.cs?
It goes in AssemblyInfo.cs
Seems obvious in hindsight. Thanks.