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
Hi, the date picker is always using a default locale. That's not always desirable. We support only a few languages and for unsupported languages we would like to show English date picker, because rest of the app is also in English. Do you think you can support custom locales?
The text was updated successfully, but these errors were encountered:
I have looked into the code, it shouldn't be too hard. Just replace Locale.getDefault() in the code with a variable which is customisable (default locale by default).
Hi, the date picker is always using a default locale. That's not always desirable. We support only a few languages and for unsupported languages we would like to show English date picker, because rest of the app is also in English. Do you think you can support custom locales?
The text was updated successfully, but these errors were encountered: