Hello,
If you need the converter to be aware of changes in the language you could implement a multi-binding that also takes into consideration the language. For an example of how to implement a multibinding in Silverlight please see:
http://www.codeproject.com/Articles/286171/MultiBinding-in-Silverlight-5
Sincerely,
Valerie
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi,
Can you please tell me how to force refresh on date format for date columns when language is changed?
With your implementation, these columns will change format only on recreating control or recreating columns
Thanks in advance
Here is a sample.
Hello,You can use a converter and specify a ToString() method which is locale aware. Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support