How to get strongly typed local resources in a VS2008 ASP Web Site?

Posted by Chris Herring on Stack Overflow See other posts from Stack Overflow or by Chris Herring
Published on 2009-08-03T06:48:02Z Indexed on 2010/06/16 7:02 UTC
Read the original article Hit count: 165

If I create a Web Application project in visual studio 2008 I can add a resource file for a page and using the Access Modifier drop down in the resource file editor to let visual studio generate the code so that the local resources are strongly typed. However if I create a Web Site project this combo box is disabled. Is there anyway to acheive this for a web site?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about localization