I am trying to add speech functionality to my app via the UIMenuController
, with a custom UIMenuItem
. My question is this: If I need to support multiple languages, do I have to define the title of the UIMenuItems
in those multiple languages as well? -I have looked everywhere, so this is kinda last resort type stuff :)
-I greatly appreciate any help, and thank you in advance :)