locale property

dynamic locale

Locale string.

The locale js-file must be loaded (check https://chmln.github.io/flatpickr/localization/)

Default: en

Implementation

external dynamic get locale;
void locale=(dynamic v)

Implementation

external set locale(dynamic /* String|FlatpickrLocale */ v);