
I am trying to print the packing list from AX in Japanese. When I change the language to Japanese in AX, the form is printing out in Japanese. However, the translation is not entirely what I want.
Example: the translation of packing list is 梱包明細, but I want 納品書 instead. Do I need a developer to make that change? or there is a way to submit translation within AX?
*This post is locked for comments
I have the same question (0)You need a developer.
The name is defined in Classes\SalesFormLetter_PackingSlip::description().
You should create a new label and use it in this method. The system labels should not be changed.