Datatables Editor Translation
Datatables Editor Translation
I bought Datatables Editor license a couple of weeks ago, I'm trying to translate Datatables Editor, but it doesn't have the "url" property in his "i18n" (property where datatables editor language is defined), meaning that I need to copy the 36 lines of code of the translation into every Editor definition in my project. That translate into around 1000 lines of duplicated code in this project.
Could you provide me some support with the translation? Thank you in advance
This question has an accepted answers - jump to answer
Answers
Hi @IRC AUTOMATIZACION ,
This SO thread gives a good suggestion on how to do this. If no joy, please reply back,
Cheers,
Colin
That could work, thanks. The perfect thing would be to have a language: { url: "{path-to-json}" like we have in Datatables, but that could fix the problem.
Part of the issue with that is that Editor's initialisation is synchronous, while Ajax loading language data would make it async. For example, this would be a problem when using the Buttons library for the Create / Edit / Delete buttons which need their strings when displayed (otherwise the default would be displayed initially).
I agree, this would be a good addition, and it is something we will look into further, but there are potential issues along the way.
Thanks,
Allan