Hi Emil,
Thank you for contacting Syncfusion support.
In the SampleBrowser, we have added ListView in the Customer Header in Xamarin Forms and set the ListView (scheduleview_list) item source as ScheduleView types. Which is a sample level achievement to change the Type of the ScheduleViews in the Sample. By setting the required item source to the ListView based on culture instead of setting ScheduleView enum, you can achieve your requirement of culture based types in the sample. Please refer the below code example,
[c#]
scheduleview_list.ItemsSource = list;
|
By setting the required item source (list of strings based on culture) in the ListView, you can achive your requirement. We have prepared simple sample based on this scenario, please find the sample by the following link.
In the Sample, we have List of Strings for ScheduleViews (Day, Week..) and set the list as the ItemSource of ListView. By changing the Strings collection based on your required culture you can achieve your requirement.
Could you please check the sample and let us know with more details, if you have any query on this.
Regards,
Subburaj Pandian V.