Skip to content

4.5.2 - Localisation

Compare
Choose a tag to compare
@ME-MarvinE ME-MarvinE released this 08 Sep 17:40
· 65 commits to master since this release
ae4dff8

General

  • Updated the roadmap in the wiki
  • Added info on how to localise the Calendar/CalendarView in the Displaying Dates page of the wiki.

Core

  • Changed "DateTimeExtensions" to use CultureInfo.CurrentCulture instead of CultureInfo.CurrentUICulture for default optional parameters #160
  • Changed "Calendar" to use CultureInfo.CurrentCulture instead of CultureInfo.CurrentUICulture for default StartOfWeek value #160

Forms & MAUI

  • Added localisation for days of week by #158 (by @migueBarrera)
  • Added LocalizeDayOfWeekAndCharLimitConverter #158 (by @migueBarrera)
  • Renamed "CalendarView" and "NavigationView" properties BackwardsArrowCommand, BackwardsArrowCommandParameter and ForwardsArrowCommand, ForwardsArrowCommandParameter to LeftArrowCommand, LeftArrowCommandParameter and RightArrowCommand, RightArrowCommandParameter #150

New Contributors

Full Changelog: 4.5.1...4.5.2