Hi,
I have used following code in Visual Studio 2015. But giving issue in 2019:
crystalReportViewer1.SetProductLocale(Thread.CurrentThread.CurrentUICulture.LCID);
crystalReportViewer1.ViewerCore.SetProductLocale(new CultureInfo("ar-BH").LCID);
Please Help me to solve this issue.
Regards,
Kamlesh