Happy Sunday everyone.
Today I discovered intent.
I tried to do intent for the translator but I don't know where it fits, translate from English (en) to Italian (it).
Set variable Name %sourcelanguage A en
Set variable Name %targetlanguage A it
Set variable text %test A The best car
Action: android.intent.action.SEND
Cat: default
Mime type: text / plain
Extras: android.intent.extra.TEXT: %test
Package: com.google.android.apps.translate
Package: com.google.android.apps.translate.TranslateActivity
Target: Activity
Thanks to those who can help me.