I implemented the report but the numbers were always localized as en-US.
I tried to fix this problem by seting the CultureInfo on both Thread.CurrentThread.CurrentCulture and Thread.CurrentThread.CurrentUICulture, but without success.
Lather on I found the solution in the thread below(simply by setting rdlc report Language).
None
0 Points
5 Posts
Programatically localization of SSRS (rdlc) reports?
Jun 04, 2012 05:26 AM|its-info|LINK
Hi experts,
I implemented the report but the numbers were always localized as en-US.
I tried to fix this problem by seting the CultureInfo on both Thread.CurrentThread.CurrentCulture and Thread.CurrentThread.CurrentUICulture, but without success.
Lather on I found the solution in the thread below(simply by setting rdlc report Language).
http://forums.asp.net/t/1402958.aspx
There is any prosibilities to do this programatically, as my goal is to support multilanguage reports.
Thank you.
localize