1. Get spring.core/spring.web from sourceforge's CVS
2.Include Spring.Core,Spring.Web in your new Web App
3.Change your Web.Config like:
//.....default web.config begin.....
.....
4.In the root, add a file: spring-objects.xml (defined in web.config
5.add a asp:label in your default.aspx, named Label1;
6. chang in Default.aspx.cs:
public class Default:System.web.UI.Page => public class Default: Spring.Web.UI.Page
7.add in your resource files: Label1.Text = CHANG_TO_LOCALIZED_TEXT
8. Then, your are at the END:
files you need:
\Web.config
\spring-objects.xml
\Default..zh-CN.resx
\Default.en-US.resx
\Default.aspx.resx
\Default.aspx.cs
\Default.aspx

