Translate

Action: 
org.openintents.action.TRANSLATE
Input: 
A Text to translate, the source language code and the target language code.
Intent Extra: 
Text
Output: 
The translated text.

Translate a text

Use some translation engine to translate a text and return the result.

Comments

TO/FROM languages

I've written a patch for the apps-for-android Translate application to make use of this and the following Intent extras:
*android.intent.extra.translate.FROM_LANGUAGE
*android.intent.extra.translate.TO_LANGUAGE

see http://code.google.com/p/apps-for-android/issues/detail?id=49

Developers can direct users to install the app with the patch applied from the market: com.kostmo.android.translate