ipraba / EPCalendarPicker

Colourful calendar for iOS written in Swift
MIT License
347 stars 72 forks source link

Overriding Language #41

Open jacobokoenig opened 7 years ago

jacobokoenig commented 7 years ago

Hi,

When using EPCalendarPicker on a device with a Locale different than US English, the calendar shows in Spanish. This causes a different number of problems because of the way my app communicates with the backend. Is there a way to override the device's locale to show the calendar in English regardless?

Thanks.