#103024

My browser locale is it_IT and is correct but the datepicker still shows english captions and seems to work in american standard.

Tks

 

I got the browser language using

function getLang() {
if (navigator.languages != undefined)
return navigator.languages[0];
return navigator.language;
}