I have changed the Application culture at run-time by using different resource file. But it is not reflect in data grid which displays the old one. Changing culture :
System.Threading.Thread.CurrentThread.CurrentUICulture =
new System.Globalization.CultureInfo("ar");
How can get notification while changing culture at run-time?
Anyone suggest other way to achieve this?
Regards, Srinivasan