You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
According to the documentation, setting
language
tonil
will force to follow the system language. However, when I display a picker withBRDatePickerModeYM
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!
The text was updated successfully, but these errors were encountered: