Date-picker languages

Hi, is it possible to localize in Italian language?
thanks

If you mean the ‘Date and Time Input’—the built-in HTML <input type='date'> under form elements in the components panel—then yep, the calendar dropdown is handled by the browser, and you can’t really customize it.

The native HTML <input type="date"> doesn’t support setting the language directly with attributes like lang, or using any Bootstrap-specific options, because the date picker UI is controlled by the browser and operating system—not by Bootstrap or HTML itself.

If you want full control over the language, format, and appearance, you’ll need to use a library like Flatpickr or build your own custom date picker.

link to Flatpickr