agiapp / BRPickerView

BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。

Home Page:https://github.com/agiapp/BRPickerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRPickerStyle 'language' does not seem to work

skuske opened this issue · comments

commented

According to the documentation, setting language to nil will force to follow the system language. However, when I display a picker with BRDatePickerModeYM mode, the months still show up in English, although the system is set to German.

Can you provide a working example so that the months will show up in the system language? Thanks!

    BRPickerStyle *customStyle = [[BRPickerStyle alloc]init];
    customStyle.language=nil; //Follow system language
commented

Any update on this? How can I make the month names to appear in the system language?

commented

Fixed in 2.7.7