Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Calendar localizable #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

1and2papa
Copy link

Make calendar localizable by initialize with NSLocale.
Amend NativeCal example to show a localized calendar.

@klazuka
Copy link
Owner

klazuka commented Nov 30, 2012

Maybe I'm missing something, but as far as I know, the calendar is already localized. If you change your iPhone's "Region Format", Kal will use the appropriate language and formatting. Why is it necessary to explicitly pass in an NSLocale object?

@1and2papa
Copy link
Author

In some multilingual regions, like Hong Kong, many users use different languages between iOS and apps. They demand in-app language change rather than system-level language change. I know that this approach opposes the iOS localization recommendations but the market really demands this feature. So it would be nice to make Kal to support passing-in NSLocale object and let the developer to choose whether adopt this approach or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants