How is it possible to change the language/region format on the UIDatePicker via an in-app option?
Asked
Active
Viewed 1,102 times
0
-
possible duplicate of [iPhone:DatePicker dd/mm/yyyy](http://stackoverflow.com/questions/8939943/iphonedatepicker-dd-mm-yyyy) – jscs Jan 20 '13 at 18:00
2 Answers
1
Create a picker for choosing from the list of [NSLocale availableLocaleIdentifiers]
or some list like this. Then you set the date picker's locale according to the user's selection.

Guy Kogus
- 7,251
- 1
- 27
- 32
0
Found What I needed here:
https://stackoverflow.com/a/8944352/1827583
I can change the Calendar format to Japanese and the region format to "ja_JP"

Community
- 1
- 1

George Ciobanu
- 655
- 2
- 6
- 24