I changed –> require_once('tcpdf/config/lang/eng.php');
in –> require_once('tcpdf/config/lang/ita.php');
but in the footer I always see "page" and not "pagina"
How do I do?
To change grid's language, you need to change JS file of localization.
Replace grid.locale-en.js to grid.locale-it.js
<script src="../../lib/js/jqgrid/js/i18n/grid.locale-it.js" type="text/javascript"></script>
You might also need to add this meta tag in head of html.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Excuse me Abu.
I haven't explained well
I refer to the PDF export
I did how to you said me changing JS file of localization
Alright in all except that in the PDF.
In the PDF footer I find 'page' instead of 'pagina'.
In the PDF there is another file of localization.
This is 'tcpdf/config/lang/eng.php' or, for example., 'tcpdf/config/lang/ita.php'.
I changed from ..eng.. to ..ita.. but I continue to obtain 'page' instead of 'pagina'.
How do I do?
TCpdf is used for PDF generation.
You can check it's forum or documentation for such work.