Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Expected Behavior: Provide a setting in SfScheduler to explicitly set the display language, independent of the device language.


For example:

·        If the app's language setting is English, both UmAlQura and Gregorian calendars should display in English.

The displayed language should respect custom app settings, not rely on the device's default language.

Expected Solution:

·        Introduce a language property (e.g., DisplayLanguage) in the SfScheduler API to control the language used for rendering:

csharp

sfScheduler.DisplayLanguage = "en"; // Displays in English

·        Ensure that the CalendarType adapts to the DisplayLanguage property instead of relying on the device language.