如何更改 xamforms.control.calendar 语言?

How to change xamforms.control.calendar language?

我正在为我的 xamarin 表单应用程序使用这个日历插件:

https://github.com/lubiepomaranczki/XamForms.Controls.Calendar

有什么办法可以更改此日历的语言吗? (我想把它写成法语)

谢谢。

我测试了Github中的代码。

原文:

在MainActivity中设置代码:

Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("fr-FR");

截图: