I'm trying to implement voice over in my app and I'm using Xamarin.Forms. I've implemented custom grid control and on the iOS side I'm using renderer which internally uses UICollectionView.
In general all standard elements of my app - for instance traits of buttons, tap bar buttons etc. are translated well to my selected language, but in case of UICollectionView, two translations are missing:
- when I swipe down my list using tree fingers I always hear english translation "page x of y"
- when I do pull to refresh I always hear english translation "refreshing content"
I've tried to manipulate AccessibilityLanguage property, but this doesn't help also.
Any ideas?
I'm testing app on iPhone 11 with iOS 14.1. I've checked other apps on the phone e.g. Apple Health, Twitter, Spotify and it looks like this is working well in this apps.