Scheduler CultureInfo

How can i change the CultureInfo in the RadzenYearView

<RadzenScheduler style="height: 768px;" TItem="Appointment" Data=@appointments StartProperty="Start" EndProperty="End"
TextProperty="Text" SelectedIndex="1" Culture="@(new CultureInfo("en-US"))"
AppointmentMouseEnter=@OnAppointmentMouseEnter AppointmentMouseLeave=@OnAppointmentMouseLeave>


Hi @Troschy,

We will address that issue with the next release.

1 Like