2 writes to _appLevelUICulture
System.Web (2)
HttpApplication.cs (2)
2656_appLevelUICulture = HttpServerUtility.CreateReadOnlyCultureInfo(uiCulture.Substring(5)); 2661_appLevelUICulture = HttpServerUtility.CreateReadOnlyCultureInfo(globConfig.UICulture);
1 reference to _appLevelUICulture
System.Web (1)
HttpApplication.cs (1)
2038uiculture = _appLevelUICulture;