RaffiKian / RKCalendar

SwiftUI Simple Calendar / Date Picker for iOS
MIT License
535 stars 71 forks source link

CHANGE LOCATION OF DAYS AND MONTH #12

Open schulz89sp opened 4 years ago

schulz89sp commented 4 years ago

Hi, I can't show the days and the month of the calendar in the languages where the phone is located, they are always and only in English, help? Thank you! :)

workingDog commented 4 years ago

I have added a "locale" to the RKManager to choose the language in my fork of RKCalendar:

https://github.com/workingDog/RKCalendar

See also the readme and example 5. Let me know if it works.

sethi-ishmeet commented 4 years ago

@workingDog How do I install your version of calendar in the app?

workingDog commented 4 years ago

At the moment just copy the source/RKManager directory to your Xcode project, and then do the usual "Add Files to..."

I can look at supporting SPM if you are interested.