I have converted datetime value in unicode using following code -
CultureInfo cultureMarathi = new CultureInfo("mr-IN");
nextCheckDate=nextCheckupDateTimePicker.Value.ToString("dddd, dd-MMM-yyyy", cultureMarathi);
It converts my datetime to "गुरूवार, 26 मे 2016" but the digits are still in roman script. How to convert these digits as per the culture.