LS,

We are using Forena and dataTables plugin in a Dutch website.
The dataTables plugin shows English words on screen. How can we translate this?

Thanks,

Leo

Comments

LeoVe created an issue. See original summary.

metzlerd’s picture

Category: Feature request » Support request

The basic strategy articulated by dataTables 1.9 is to set labels using the oLanguage initialization object. The following code can be used as a template:

  $('table.dataTable-paged', context).dataTable({
          "sPaginationType": "full_numbers", 
           "oLanguage": { "sSearch" : "Custom Search Label" }
        });

More documentation about the proper oLanguage strings can be found at:

http://legacy.datatables.net/usage/i18n

Hope that helps.

LeoVe’s picture

Thanks metzlerd, that's how we are gonna do this.

metzlerd’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.