Skip to content

BRPickerStyle 'language' does not seem to work #225

@skuske

Description

@skuske

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions