when i am changing app language to Hindi ..Date Picker Language also Changing. i tried Set language to French in android DatePickerDialog link but unable to solve?Can Anybody Suggest any Solution?
Asked
Active
Viewed 3,269 times
3
-
The DatePicker uses the default language settings of the phone. Why would you change it? If the phone is set to French, then the format will be the French format. – Asad Ali Oct 23 '18 at 08:27
-
Did you find any solution? I have same problem. – Jay Nirmal Mar 25 '19 at 10:53
-
i have same issue ..i dnt want it – Sachin Suthar Nov 30 '19 at 11:29
1 Answers
0
You can reset Locale before the DatePicker is displayed.
Locale locale = getResources().getConfiguration().locale; Locale.setDefault(locale);

initialise
- 211
- 1
- 3
- 11