xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

DatePicker in DateInlineRow: months are not localized #2215

Open thierrybucco opened 2 years ago

thierrybucco commented 2 years ago

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

mats-claassen commented 2 years ago

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