tags:

views:

44

answers:

2

Hi,

How to Localized UIDatePicker according to language selection from the application. UIDatePicker has locale property so how to use please give idea.

Thank You.

A: 

I know nscalendar has different calendaridendifiers for different locales maybe there is a way to set the pickers calendar source?

So yeah I just checked the docs and there are properties you can set for a calendar a locale etc. Just use that by default it uses nil which is defaults to the users current locale as it's calendar source.

nickthedude