Localization using txt file

Localization using txt file

Ma7moudMa7moud Posts: 4Questions: 4Answers: 0

hi friends I want to change the language of the datatable and when I used //cdn language link it works but when I used .txt file in my project it does not
please help

"oLanguage": {
                "sUrl": "DataTableToolsArLang.txt",
                "sSearch": "<span></span> _INPUT_",
                "sLengthMenu": "<span>_MENU_</span>",
                "sProcessing": "Processing... Please Wait!",
                "sZeroRecords": "No Records found !",
                "sInfo": "Showing _START_ to _END_ of _TOTAL_ records",
                "sInfoEmpty": "Showing 0 to 0 of 0 records",
}

Answers

  • allanallan Posts: 63,692Questions: 1Answers: 10,500 Site admin

    Can you link to a test case showing the issue so it can be debugged, as per the forum rules please.

    Allan

This discussion has been closed.