In the GUI of Piwik one is able to switch the language, but when automatic
reports are generated and sent in PDFReports, only the default language is used.
It might be better to extend the UI of PDFReports with a language selection box and the corresponding database table with a new lang column.
Workaround: set the language in archive.sh (but this should not be the solution...)
Keywords: plugin pdf reports language
If not the case, PDF reports should be sent in the user's language who created the PDF report.
Replying to matt:
If not the case, PDF reports should be sent in the user's language who created the PDF report.
Maybe this is not possible without adding the language to the pdf table, because the scheduled tasks are activated by archive.sh which only knows about the superuser.
Also reported in http://forum.piwik.org/index.php?showtopic=13741 ... marking #1563 as a dupe of this ticket.
(In [3470]) Fixes #1632
(In [3481]) refs #1632