ACTION_TRANSLATE constant
String
const ACTION_TRANSLATE
Activity Action: Perform text translation.
Input: {@link #EXTRA_TEXT getCharSequence(EXTRA_TEXT)} is the text to translate.
Output: nothing.
Implementation
static const String ACTION_TRANSLATE = "android.intent.action.TRANSLATE";