|
Before myself, I had used Google Translate to implement it in the past. Now I am looking at a thread about https://hostloc.com/thread-1345059-1-1.html and found that they mentioned https://translate.zvo.cn/index.html. I checked it out and it seems to be pretty good. I don't want to use plugins, so I can directly modify the code of my website by following the official code. Just add: https://translate.zvo.cn/4019.html. To make it easier for me to write as a plugin:
I can set the display position of the translation button (top, bottom, menu, tool bar). If you set the tool, you need to go to the back-end tools to add the translation button. The top and bottom are displayed directly as language switching buttons. The menu and tool bar have one Language button, which needs to be clicked to appear the language switch dialog. Customize language (icon does not need to be set). I'm using client.edge way, and the official introduction says that client.edge is provided directly by Microsoft for translation support. Default will show the corresponding language according to user's client IP automatically with settings, with an accuracy rate of 96%. Default changed to local call of translate.js file, without using the staticfile resource library from the official. |
|