I use infragistics.loader.js to load igDatePicker, and set the regional to zh-CN. But the tips always show in English.
==code ===
<script type="text/javascript"> $.ig.loader({ scriptPath: '../../Scripts/', cssPath: '../../Content/', resources: 'igEditors', regional: 'zh-CN' });
$.ig.loader(function () { $('#datepicker1').igDatePicker({ width: 230, dateInputFormat: 'yyyy/MM/dd hh:mm', dateTimePattern: "yyyy/MM/dd hh:mm", regional: 'zh-CN' }); });</script>
===========================
I've add a new file named infragistics.ui.editors-zh-CN.js in folder \Scripts\modules\i18n\infragistics.ui.editors-zh-CN.js.
I used Chrome to trace the request, I found this file not been loaded.
Hello,
I have noticed this question is answered on the below forum thread:
<http://ko.infragistics.com/community/forums/t/72961.aspx>
I hope this helps.