Question

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?

Was it helpful?

Solution

It goes in AssemblyInfo.cs

Seems obvious in hindsight. Thanks.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top