How can I convert language of a div?

后端 未结 4 1212
南旧
南旧 2020-12-22 10:15

I am recently working in a project. There I need to convert language from English to Japanese by button click event. The text is in a div. Like this:

\"

        
4条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 10:49

    Assuming your literals have an id in your database you could put that id as a class in your div. Then with jquery fetch the ID, send it to your Ajax back-end and fetch the translated one.

提交回复
热议问题