How to customize CultureInfo's default calendar?

后端 未结 3 1119
后悔当初
后悔当初 2021-02-09 22:53

I want to customize calendar to persian but after setting CultureInfo as this:

CultureInfo fa = new CultureInfo(\"fa-IR\",true);
Thread.CurrentThread.CurrentCult         


        
3条回答
  •  旧时难觅i
    2021-02-09 22:56

    You can create a subclass of CultureInfo. The property of it will not be read-only and you can assign to it..

提交回复
热议问题