This Python Flask application demonstrates App Engine Standard and the Translate API
Confidence: {{ confidence }}
Input Text: {{ input_text|safe }}
Language: {{ language }}
French Translation: {{ translated_text_french|safe }}
Chinese Translation: {{ translated_text_chinese|safe }}
{% endif %}