views:

131

answers:

1

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?

A: 

It goes in AssemblyInfo.cs

Seems obvious in hindsight. Thanks.

Robert Claypool