GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

Localize calendar #18

Closed AndreaRinaudo closed 2 years ago

AndreaRinaudo commented 3 years ago

Hallo, is it possible to localize the whole date_field in italian?

Thanks

raphasauer commented 3 years ago

I also would like to add a localization, but for Brazilian Portuguese.

GaspardMerten commented 3 years ago

Hello, which part precisely do you wish to localise. The plugin uses the Flutter SDK to display the "date dialogue". That means that dialogues are already localised.

For the field part, you can specify everything using the InputDecorator and the dateFormat properties.

Am I missing something ?