Hi @ryrous, thanks for your interest in integrating with the Translate app. While I'm not sure about a URL scheme to launch the app, if you're hoping to provide translation functionality in your app you have a few options: Allow users to use standard text selection in your app. Then they can select text, choose Translate and see a translation within your app. Adopt the .translationPresentation() API to programmatically invoke the translation UI described in #1. You can add a Translate button that triggers this and shows the UI to the user. There's even an option in that UI to Open in Translate if the user chooses to do so. Have more control over translating text and displaying it within your app by adopting .translationTask and using TranslationSession APIs. This allows you to use the same translation engine as the Translate app from within your app, and display results however you'd like. For more information s
Topic:
App & System Services
SubTopic:
General
Tags: