{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block page_content %} {{ wtf.quick_form(form) }}

Supported languages are: English, Cebuano, Swedish, German, French, Dutch, Russian, Italian, Spanish, Polish, Vietnamese, Japanese, Egyptian Arabic, Chinese

The Phrase is: {% if phrase %}{{ phrase }}{% else %}____{% endif %}

The Language is: {% if language %}{{ language }}{% else %}____{% endif %}

 

Test out the API:

curl https://language-identifier-app.herokuapp.com/identify -d "data=Le commerce n'est pas un monstre et la publicité" -X GET

{% endblock %}