I am using following time format pattern:
column.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
column.DisplayFormat.FormatString = "DD/mm/yyyy hh:mm tt";
It works exactly as expected for US locale. But after changing to Russian locale AP/PM signs disappeared. "<"
and ">"
appears instead. How to solve it?