microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.79k stars 365 forks source link

feat: add Calendar added Chinese lunar switch and UI #1825

Closed Seanxwy closed 6 months ago

Seanxwy commented 6 months ago

🙋 Feature Request

Add the Chinese lunar calendar to the calendar, and provide a switch to control whether it needs to be displayed on the UI

🤔 Expected Behavior

😯 Current Behavior

💁 Possible Solution

🔦 Context

💻 Examples

image

dvoituron commented 6 months ago

We are using the System.Globalization.CultureInfo classes to define how to represent the months and days. If it is not included in this class, I don't think that would be possible.