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)
2038
uiculture =
_appLevelUICulture
;