Search code examples
androiddialoglocaleandroid-datepickerdatepickerdialog

How to change locale for DatePickerDialog?


I've read many links about this question and I know that this class is using default locale but I need to use Armenian locale which isn't in the standart locale of devices. How can I fixed that?


Solution

  • If I remember well DatePickerDialog is localized by default. So if you put your app on a device who is on Armenian locale, it will adapt it automatically.