Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRPickerStyle 'language' does not seem to work #225

Closed
skuske opened this issue Mar 19, 2021 · 2 comments
Closed

BRPickerStyle 'language' does not seem to work #225

skuske opened this issue Mar 19, 2021 · 2 comments

Comments

@skuske
Copy link
Contributor

skuske commented Mar 19, 2021

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
@skuske
Copy link
Contributor Author

skuske commented Mar 29, 2022

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

@skuske
Copy link
Contributor Author

skuske commented Mar 31, 2022

Fixed in 2.7.7

@skuske skuske closed this as completed Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant