We are using US label as the default language. When we switch to use French
language, we setup the French label file. We can see the French on the form,
but the labels in report templates still show US content. I used info()
method at run time inside the report to see if we get the French label at run
time and it does show French.
Any clue why the French label won't show in the report only? Is there any
setup we missed?
Thanks for your help,
Peter
If you look at the fetch method in SalesInvoice, you will notice this line :
element.design().languageID(custInvoiceJour.LanguageId);
This will set the report to the language of the invoice journal (initilized
from the customer table) and will disregard the language of your AX client.
So check if the report you are trying to run has that logic.
--
Mathieu Vaillancourt
http://vaillancourtm.blogspot.com
"peter" <pe...@discussions.microsoft.com> escreveu na mensagem
news:E16F3A5A-FF24-4CF8...@microsoft.com...