Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localize Android DatePickerDialog

Is it possible to configure android.app.DatePickerDialog so that it is localized for the European format easily (exchange day and month and exchange the english button names with localized ones) ?

like image 778
georam Avatar asked Oct 14 '22 02:10

georam


1 Answers

The DatePickerDialog is localized by default. I tried it on a real device and the localization of the dialog adapts to the system default.

like image 87
georam Avatar answered Oct 18 '22 13:10

georam