My app's interface is always in Hebrew which is an RTL language.
How can I force iOS to show my app in RTL?
Right now, if the device language is, e.g., Hebrew, then the app displays in RTL correctly.
But if the device language is English then the app displays in LTR. Since the app is always in Hebrew, I want to force iOS to use RTL even if the device's language is English.
The app targets iOS 9 and higher.
I added Localizations key in info.plist with an array value with a single element 'he' but it did not help.