QLPreviewController's PencilKit doesn't get mirrored when used with a RTL language in iOS18b3. Moreover, the sub-menu of the actions is not translated and is shown in English.
Steps to reproduce:
- Set an app with QLPreviewController and set its app language to Hebrew (or any other RTL language)
- Run the app
- Tap the Markup button on bottom-left side.
- Look on the PencilKit element.
- Tap the + button to show the annotation actions.
- Look on the annotation actions menu.
Current: The Pencil Kit element is not mirrored when app language is RTL Language and the sub-menu actions are shown in English.
Expected: The Pencil Kit element is mirrored when app language is RTL Language and the sub-menu actions are shown in the RTL Language.
Submitted Feedback: FB14452847
Notes:
- This wasn't reproducible in iOS 17.5.1
- The top bar buttons are mirrored as expected with a RTL language.