Fscalendar: Translate weekdays

Created on 3 Nov 2015  ·  5Comments  ·  Source: WenchaoD/FSCalendar

Hey guys, I'm totally new in iOS and I'm still having a lot of difficulty when trying to understand the structure. Could someone give me a light about how to change the weekdays? Is it possible? Or should I change the lib source (even totally not recommended).

Most helpful comment

  1. You can try change the system language of your device(or simulator) to portuguese language.
  2. You can set the locale property of FSCalendar. Something like:
_calendar.locale = yourLocale

While yourLocale means the NSLocale instance with portuguese language.

All 5 comments

What do you mean by 'change weekdays'? How would you like to change them?

Hello Wenchao,
I'm really sorry for not being so clear in the first question.

I mean translate 'em to portuguese language.

By the way, your lib is awesome!

  1. You can try change the system language of your device(or simulator) to portuguese language.
  2. You can set the locale property of FSCalendar. Something like:
_calendar.locale = yourLocale

While yourLocale means the NSLocale instance with portuguese language.

Thanks. If any issue come to you, feel free to issue here.

Thanks too

Was this page helpful?
0 / 5 - 0 ratings

Related issues

garudaonekh picture garudaonekh  ·  4Comments

rintoandrews90 picture rintoandrews90  ·  4Comments

thaoth58 picture thaoth58  ·  3Comments

DaniloJrC picture DaniloJrC  ·  5Comments

dippac picture dippac  ·  6Comments