Hello Guys,
I'm using Telerik in my winForm Application. I have a RadDatePicker in Form1 and I'm Using Below Code To Chang RadDatePicker Calendar and Format To Persian.
When I Started the Application in windows 10, every thing was normal and worked correctly but the problem shown when I Started Application in windows 7.
---------------------------------------------------------------------------------------
radDatePicker.Culture = new System.Globalization.CultureInfo("fa-IR");
radDatePicker.Format = DateTimePickerFormat.Custom;
radDatePicker.CustomFormat = "yyyy/MM/dd";
radDatePicker.Value = DateTime.Now;
---------------------------------------------------------------------------------------
I Can't figure out why this problem happens.
I'll be glade if you can help me.
thx.