JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › datePicker error in grid › Reply To: datePicker error in grid
March 30, 2022 at 8:08 am
#103024
tbettinazzi@axioma.it
Participant
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;
}