code at top of invoiceplane_Web.php
spits out <html lang:“EN”> while the invoice url is for a client in dutch language.
the pdf template works well.
somebody found a sollution for it?
basicly it seems like the invoiceplane_web template isn’t multi language
<html lang="<?php echo trans('cldr'); ?>">
If your translation file doesn’t have this key, it falls back to the English language file
Check your ip_lang.php
of your language
Found the issue…
I tried the guest url while i was still having an active session as admin, client and admin have different language settings
1 Like