在UIDatePicker中显示希伯来语月份?

时间:2012-03-01 18:12:21

标签: objective-c ios localization uidatepicker

有没有办法在UIDatePicker而不是Gregorian中显示希伯来月份名称?怎么样?可以通过编程方式设置吗?

3 个答案:

答案 0 :(得分:2)

如果您使用IB创建视图,可以添加UIDatePicker并将其Locale属性设置为“希伯来语”。

enter image description here

答案 1 :(得分:1)

我认为不可能,但您可以创建自己的UIPickerView来显示希伯来语。

看起来UIDatePicker具有此属性,但现在已弃用ios 5.0

locale
The locale used by the date picker. (Deprecated in iOS 5.0.)

@property(nonatomic, retain) NSLocale *locale

答案 2 :(得分:1)

UIDatePicker中存在一个错误,导致它无法正确识别calendar属性(这是你应该这样做的)。请file a bug report,它将被修复。