protected void Application_BeginRequest(Object sender, EventArgs e) { CultureInfo ci = new CultureInfo("en-US") { DateTimeFormat = { ShortDatePattern = "dd-MM-yyyy" } }; Thread.CurrentThread.CurrentUICulture = ci; Thread.CurrentThread.CurrentCulture = ci; } |
<script> ej.Uploadbox.Locale["en"] = ej.Uploadbox.Locale["en-US"] </script> |