i am displaying calender control in Swahili language, i am using this code
ThreadingAlias.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("sw-KE");
that code is working all languages except swahili language....
in windows application
Loading
Posted Feb 1, 2012, 12:43 AM
Deepak SharmaPosted Jan 31, 2012, 4:59 AM
MonthCalendar and DateTimePicker controls are Microsoft Windows common controls. So, their UICulture is taken from the operating system.
If you want to change its language, you need to change the system language to "sw-KE" in your Regional and Language Options in the Control Panel
http://support.microsoft.com/default.aspx?scid=kb;en-us;889834