Reputation: 81
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:
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.
Upvotes: 2
Views: 152
Reputation: 81
I've found the solution.
I didn't have set this key in info.plist
:
CFBundleLocalizations
Upvotes: 3