Hello, is there any simple way to add a translate option to HTML editor inside pages to protect content? I want the page to automatically switch the content language according to the selected language. What I mean is, I need that feature inside blue circle on the HTML editor so we can also prepare the content for another language. Any suggestion? Thanks
For now, I did a bit messy method by adding the "translate" class to the Html editor and then installing an event on the Html editor (CKEditor) so that when the content changes it immediately sends the changed data to the original HTML element of the CKEditor. Then the translate function will appear. if anyone has another way maybe can tell here.