I store, in a session variable, which language does user wants to translate but I don’t know to pass it DataTables
I found this explanation on the datatables website but that didn’t really help, where do I set language param ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to either create a language file and then set it using :
Im not sure what server language you are using but something like this would work in PHP :
Where
languagematches the file name for a specific language.or change individual settings :
For more details read this : http://datatables.net/plug-ins/i18n