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

Change Language #11

Open
buckneer opened this issue Dec 10, 2019 · 2 comments
Open

Change Language #11

buckneer opened this issue Dec 10, 2019 · 2 comments

Comments

@buckneer
Copy link

I am using this widget, but I came across the problem, I don't know how to change language, I need Serbian.

@ognev-zair
Copy link
Owner

Hi there,
I beleive assigning Serbian locale should work as expected:

   contentManager = CalendarContentManager(this, agenda_calendar_view, SampleEventAgendaAdapter(applicationContext))

   contentManager.locale = Locale.Builder().setLanguage("sr").setRegion("RS").setScript("Latn").build()

@buckneer
Copy link
Author

buckneer commented Jan 3, 2020 via email

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

No branches or pull requests

2 participants