mehnihma Posted January 10, 2015 Share Posted January 10, 2015 Hi Is there a way to set only one language for invoices, no matter what is user language? Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 10, 2015 Share Posted January 10, 2015 one way would be to simply modify the invoice template(s) and replace the $_lang or $lang references with the actual text you want to use in their place... e.g instead of using.... <font class="unpaid">{$LANG.invoicesunpaid}</font><br /> you would change it to... <font class="unpaid">Unpaid</font><br />that way, no matter what language was chosen, it would always say "Unpaid" and not the language equivalent. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.