Hi there, i wondering, where i can find information for the internationalisation to change the texts for the datatable-field: How can i change the texts?
This question has an accepted answers - jump to answer
You can use standard DataTables initialisation properties, so you can add a language file like this example, but adding in the i18n properties:
}, { label: "Site:", name: "users.site", type: "datatable", config: { language: { "url": "//cdn.datatables.net/plug-ins/9dcbecd42ad/i18n/German.json" } } }
This gives the form like this:
Colin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
You can use standard DataTables initialisation properties, so you can add a language file like this example, but adding in the i18n properties:
This gives the form like this:
Colin