I am aware that there is a Translate function in a text menu in UITextView in iOS
(see for example Remove Translate and share options from selection menu on textview in xamarin).
I would like to use this function by myself without using the Translate menu. For example, I would like to translate an entire sentence displayed in a UITextView instead of translating only the selected parts.
Is there a specific func that we can use? How can I call this function?
