Simple question:
Where should I place [assembly: NeutralReso开发者_开发技巧urcesLanguageAttribute("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.
精彩评论