About Guessing the Language
In Python you can find in what language a text is written by using the langdetect
package:
$ pip install langdetect
>>> from langdetect import detect
>>> detect("Tienes que seguir tu corazón.")
'es'
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You