Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                
protected void Application_Start(Object sender, EventArgs e)
		{
			Global.EPDataFactory.PublishingPage += new PageEventHandler(CreateNewPage);
			System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("sv-SE");
		}
		private void CreateNewPage(object sender, PageEventArgs e)
thanks
/John
                        