ME-MarvinE / XCalendar

A plugin for .NET providing an API for representing a calendar along with fully customisable calendar controls for Xamarin Forms and .NET MAUI
MIT License
300 stars 36 forks source link

Change DateTimeExtensions and Calendar to use CultureInfo.CurrentCulture instead of CurrentUICulture for defaults #160

Closed ME-MarvinE closed 1 year ago

ME-MarvinE commented 1 year ago

CultureInfo.CurrentUICulture should not be used unless the result is used for the UI. While this is the case for XCalendar.Forms and XCalendar.Maui, it is not the case for XCalendar.Core.