public ActionResult Index() { string localeIsoCode = Thread.CurrentThread.CurrentCulture.Name; AboutViewModel model = AboutManager.GetAboutPresentationFormatViewModel(localeIsoCode); return(View(model)); }