localization - How in iOS to localize text of the month in UIDatePicker, and if it is possible at all? -


i make search , see uidatepicker working localization of device.

i have app has internal lozalization. need change month's text dependantly of internal localization. read appears not possible - have make own custom picker.

is there way achieve without custom dat picker?

use locale property of uidatepicker. can't see signs property deprecated.

this code localize picker japanese.

[datepicker setlocale: [nslocale localewithlocaleidentifier:@"ja"]]; 

replace "ja" language code need.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -