Multilingual company name

Dear Friends,

Is it possible to add/edit company name in different languages? I’m using cyrillic name for company name and when I generate pdf document it shows "??? symbols.

Go to “Home > Setup > Other” and try setting “MAIN_PDF_FORCE_FONT” with value “DejaVuSans”

Thank you for your replay! But still, when you generate the document comapany name is written on cyrillic. The idea is when you place order to foreign company, all text to be in foreign language.

I understand. To have this feature, the easiest option is to create a new pdf template, for example, for the invoice, you can name it “pdf_sponge_en.modules.php”, copy the code from “pdf_sponge.modules.php” and use if/else statements.

If the customer language is en_US, then the name is “Name in English” etc.

This requires some PHP coding skills though.