I want to customize calendar to persian but after setting CultureInfo as this:
CultureInfo fa = new CultureInfo(\"fa-IR\",true); Thread.CurrentThread.CurrentCult
You can create a subclass of CultureInfo. The property of it will not be read-only and you can assign to it..
CultureInfo