translate from english to french

translate from english to french

blrblr Posts: 1Questions: 0Answers: 0
edited March 2010 in General
hi,

How do i translate text of DataTable (search, show, entries etc.) to french ?

Thanks,

Replies

  • fastbikefastbike Posts: 14Questions: 0Answers: 0
    Take a look at the following page
    http://datatables.net/usage/i18n

    You need to construct a js object with defined fields for your localised and include this in the initialisation code.
    E.g.
    [code]
    $(document).ready(function() {
    $('#example').dataTable( {
    "oLanguage": {
    "oPaginate": {
    "sFirst": "Premi
This discussion has been closed.