Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Report template now showing French label at run tmie

3 views
Skip to first unread message

peter

unread,
Aug 16, 2010, 10:51:03 AM8/16/10
to
Hi,

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

Yvette Kirwan [MSFT]

unread,
Aug 22, 2010, 8:14:03 PM8/22/10
to
Hi Peter
To help answer your question, can you please provide more information.
1. Which version are you using? (Include Hotfix, rollup, etc details)
2. Which report are we talking about?
Yvette

Mathieu Vaillancourt AT DOT

unread,
Sep 1, 2010, 9:26:03 AM9/1/10
to
For customer facing reports, AX will change the language of the report so
that it matches the one of the customer. A good example is the SalesInvoice
report.

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

carolina

unread,
Oct 1, 2010, 6:09:15 PM10/1/10
to
yes

"peter" <pe...@discussions.microsoft.com> escreveu na mensagem
news:E16F3A5A-FF24-4CF8...@microsoft.com...

0 new messages