You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want format of number to pesian or fa-ir format
.but not changed i use this codes:
cal.Culture.NumberFormat.NativeDigits = Thread.CurrentThread.CurrentUICulture.NumberFormat.NativeDigits;
or
cal.Culture.NumberFormat.DigitSubstitution= DigitShapes.NativeNational;
or
cal.Culture.NumberFormat.NativeDigits = CultureInfo.CurrentCulture.NumberFormat.NativeDigits
but not changed digit of calendar
The text was updated successfully, but these errors were encountered:
i want format of number to pesian or fa-ir format
.but not changed i use this codes:
cal.Culture.NumberFormat.NativeDigits = Thread.CurrentThread.CurrentUICulture.NumberFormat.NativeDigits;
or
cal.Culture.NumberFormat.DigitSubstitution= DigitShapes.NativeNational;
or
cal.Culture.NumberFormat.NativeDigits = CultureInfo.CurrentCulture.NumberFormat.NativeDigits
but not changed digit of calendar
The text was updated successfully, but these errors were encountered: