Hello!
I have a few custom reports we have made, and I want to extend these with a reportextension that adds this line from the documentation:
CurrReport.Language := LanguageMgmt.GetLanguageIdOrDefault(/Language Code/);
I want to add this because I need the reports to print in the language connected to the customer, so english customers get english reports, chinese get chinese ones, and so on.
I just don't know how to add that line to the reportextension.
The reason why I need to do it in a reportextension, is because I can't actually get the code from the custom report in .alpackages and reuse it like I normally would with the standard ones.