Hello guys,
I am working with Aspose Email + Aspose Words (Java) to render a .msg file to a .pdf file. I’m using exaclty the code given by the doc and it works pretty well, the render in PDF looks almost perfect ! However, I have a problem with the “header” of the email which contains the “From, Sent, To, Subject” fields and they are in English and i couldn’t write them in French in the PDF.
image.png (5.7 KB)
It’s the same for the date of sending by the way.
I tried many things like setting the Locale and the CurrentThreadLocale like it’s done here but nothing works:’(
Does anybody have any idea to solve this problem ? Maybe it’s not possible at all ?
Thanks in advance for your help !