iPhonePick localization
Posted: Thu Dec 20, 2012 5:52 am
Hello!
I'm wondering if localization is possible with iOS spinner.
Well, it's easy to localize the options because it's just some array...but how about the buttons?
From the dictionary:
Thanks,
Genie
I'm wondering if localization is possible with iOS spinner.
Well, it's easy to localize the options because it's just some array...but how about the buttons?
From the dictionary:
It's just cancel & done buttons...but I wanted to be able to localize the button if I switch to Spanish or French. How do I do that?button - Specifies if "Cancel" and/or "Done" buttons should be forced to be displayed with the picker dialog. The default behavior is device dependent, exhibiting the most native operation.
• cancel - display the Cancel button on the Picker
• done - display the Done button on the Picker
• cancelDone - display the Cancel and Done buttons on the Picker
Thanks,
Genie