Translation in vue 3
Translation in vue 3
josenildo2010
Posts: 2Questions: 0Answers: 0
Is there any way to translate using vue 3 already available?
Replies
I'm not sure what you mean by 'translate', but there are a few Vue3 examples on this forum, such as this thread. It would be worth searching around and seeing if the topic has been asked before.
Colin
The DataTables Vue component documentation shows how you can use initialisation options. So all the options there, and the examples on this site can be applied in that way - e.g.:
See the translations plug-ins for translations provided by the community. And the examples for how to use them.
Allan
Solved, thank you