I am using Django to create a project where I can change the language of website where user can use the page in any language they are comfortable with. But I am not sure how to implement google translate API in Django can anyone help me. I know that we can install google translation API using
"$ pip install googletrans"
but how can we implement this in Django framework. I am new to python. Thank you in advance.