lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 60 forks source link

[Feature Request] System Language Adaptation #92

Closed Gengodan closed 3 years ago

Gengodan commented 3 years ago

Hello, is it possible to add a option to change the language of the calendar, spanish, french, portuguese... Or even better adapt to the system language

kvpt commented 3 years ago

Hello, it's supported through the Culture bindable property. If you want the culture of the system use CultureInfo.CurrentUICulture.