I have a time picker basically the user can select time with it. It's perfectly displaying in Android. But, am/pm is displaying in different language in iOS. Any idea why it is happening ?
Code
<TimePicker x:Name="time"
BackgroundColor="Transparent"
Format="hh:mm tt"
TextColor="{StaticResource TitleColor}"
Focused="time_Focused"
HorizontalOptions="CenterAndExpand"/>
time.Time = new TimeSpan(07, 30, 00);