Inheritance: ILocalizerResolver
		protected void Application_Start()
		{
			AreaRegistration.RegisterAllAreas();

			RegisterRoutes(RouteTable.Routes);

			_localizer = new WebLocalizer(Server.MapPath("~/Strings"));
		}
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            RegisterRoutes(RouteTable.Routes);

            _localizer = new WebLocalizer(Server.MapPath("~/Strings"));
        }