0

Is there any way in which the other-languages fields can be auto-translated

enter image description here

Like in this picture I want to auto-translate the Name[pt] , Body[pt] fields by seeing the (en)-fields.

SUMIT KUMAR
  • 153
  • 1
  • 1
  • 10

1 Answers1

1

You'll have to use third party service for auto translation. You can use https://www.transifex.com. Call the transfix api when inserting data into your model.

root
  • 518
  • 4
  • 20