RE: Language in warehouse mobile device
Hi MWAT,
Though the question was asked long time back. Just want to share my views on this topic.
AX shows the menus based on the language on the worker connected to the warehouse worker.
In mobile device functionality, we have standard bug to show the description of the menus in RF screen.
We can create a menu and add description in a specific language(for ex. Chinese).
AX picks the description of Menu as label to show on RF screen.
We need to make a change in code at one place to make this functionality uniform.
Go to \Classes\WHSWorkExecuteDisplayMenu\buildMenu and in line 21, make it change to pass description from table WHSRFMenuTable, rather than simply MenuName, in argument "Label".
For menu item, we can use Title field to enter description in specific language.
Hope this helps.