Hi guys, I created my project by using Django and Vue.js. On Fronted side I used Vue.js i18n
, to control that I created button.
It works fine, but now I wanna translate my productdescription
from Django side. I created description and description fields in my data base, and they works as well. Example below:
But now the question is: How can I send request from js to django, and say to it like:“He chose Russian lang. please show it to him”?