Hi
I read the blog post "Invoice German" initiated by Sascha Langguth two month ago..
The frontend of my site is exclusivly in french, the backend in french and english.
The invoices are only printed in english, regardless if the customer uses the french frontend or the admin uses the backend in french too.
In
/administrator/language/fr-FR
exist the file com_easystore.ini with correct constant translations, e.g.
COM_EASYSTORE_ORDER_PRINT_INVOICE_INVOICE="FACTURE"
Even if I make a languge override for this constant for the frech language (both location), it has no effects: on the printed invoice the word "INVOICE" appears and not "FACTURE".
All constant values on the invoice are in english.
This occurs also, when the customers print his invoice in the frontend.
In the backend, the shipping label and the packing slip are in the choosen language of the backend (french or english)
It would be nice when the printed invoice would select the languge the customer was ordering with.
Best regards