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

DatePicker in DateInlineRow: months are not localized #2215

Open
thierrybucco opened this issue Mar 29, 2022 · 1 comment
Open

DatePicker in DateInlineRow: months are not localized #2215

thierrybucco opened this issue Mar 29, 2022 · 1 comment

Comments

@thierrybucco
Copy link

As title mention, texts in DatePicker are not localized. I am running my app in device which locale is French.

@mats-claassen
Copy link
Member

Hi, the date picker of DateInlineRow defaults to the current Locale (Locale.current).

However, if the app does not support a certain localization then the current Locale will be the first language that is supported by both app and device. Does your app support French localization? Read this for reference https://stackoverflow.com/q/48136456

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

2 participants