windows phone显示hijri日期选择器

时间:2014-08-25 11:14:26

标签: calendar datepicker windows-phone hijri

您能告诉我如何修改silverlight工具包日期选择器(工具包:DatePicker)以使用hijri日历 问候。

1 个答案:

答案 0 :(得分:0)

这里我们回答您在Windows Mobile 8上测试的问题

CultureInfo sa = new CultureInfo("ar-SA");
sa.DateTimeFormat.Calendar = new System.Globalization.HijriCalendar();
Thread.CurrentThread.CurrentCulture = sa;
// Sets the UI culture to Arabic (Saudi Arabia)
Thread.CurrentThread.CurrentUICulture = sa;