Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1115
Datepicker localization/regional settings using loader problem
posted

Hallo,

 we use igDatePicker inside igGrid together with the loader.  now we set the loader to:

 $.ig.loader({scriptPath : 'js/',cssPath : 'css/',resources : 'igGrid.Resizing.Updating,igCombo',regional:'de',ready : ...

 which loads the regionalfile  infragistics.ui.regional-de.js .

This file contains the datePatterns and language translations. The datePatterns are assigned correctly, but the translations are not and the datePicker is displayed in english.

Setting locale:'de' in the loader did also not help.  $.ig.regional.defaults show the german translations.

 

Any Idea? Where does the magic happen? :) Thanks.