Inheritance: ILocalizerResolver
コード例 #1
0
		protected void Application_Start()
		{
			AreaRegistration.RegisterAllAreas();

			RegisterRoutes(RouteTable.Routes);

			_localizer = new WebLocalizer(Server.MapPath("~/Strings"));
		}
コード例 #2
0
        protected void Application_Start()
        {
            AreaRegistration.RegisterAllAreas();

            RegisterRoutes(RouteTable.Routes);

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