Microsoft Dynamics NAV reports, starting from versions such as 2013, have multiple ways of storing captions and text constants to handle reports in multiple languages. There are certain types of reports which are printed cross-language. For Example : Multiple sales invoices can be printed in several languages, depending on the customer they are issued for , system picks up the language from the Language field of the Customer of Vendor Table. These reports usually contain code, which dynamically switches between languages during the runtime of the report as follows:CurrReport.LANGUAGE :=
↧