I have created some labels with 2 diff languages used in forms. I need to show this on particular form for Ep. Can you pls suggest how to change language ?
if you are asking about how to change the language for all forms then you need to change it thru user language option
msdn.microsoft.com/…/aa834329(v=ax.10).aspx
if you want to change it for particular form please refer below link
dynamicsuser.net/…/change-form-language
please make sure you deploy EP site with multi language option
Yes you’re right. But i din’t expect i get answer for X++. I explain my real scenario, I open ssrs report from EP and i need to show in diff languages(Webcontrol created to show report) depends upon active record from list page in EP. I was expected i get code in C#. Can you suggest me now? Thanks.
i never tried to achieve using c# but active records of EP form you can use in interact class in case you are using list page. you can pass the parameter run time to the contract class of your ssrs report and achieve this multi language report .
controllerobj.parmReportContract().parmRdlCOntract().parmLanguageID('Language ID you want ')
please check below link , may be it can help you
controllerobj.parmReportContract().parmRdlCOntract().parmLanguageID('Language ID you want ')
How to call controller class from EP? I added as MenuItem of class but it shows empty error in EP, I am not sure this way works or not.
yes you are right Usman, you can not call directly
please check this link to get detail explaination to use controller on EP
daxldsoft.blogspot.fr/…/enable-salesinvoice-report-on.html
also for your question regarding c# code change, may be this below link can help you
aeypka.blogspot.fr/…/ax-2012-enterprise-portal-create-ssrs.html