Can anyone help me with this?
I am using IE ver. 6 with en-US locale, and da-DK as the locale on my developing computer.
My problem is:
I am translating a report parameter in one of the reports. What I would like to happen is that the parameter is translated using "en-US" like everything else in the report. But what happens is that the parameter is translated using "da-DK" and the rest of the report (when pressing view report) is translated in "en-US".
Why are there two locales used at the same time?
The order of the languages in the IE language settings is important. Is en-US the top-most language?`
Also note that when using URL access to the report server, the culture for provided parameter values on the URL is determined by the rs:ParameterLanguage parameter (see also http://msdn2.microsoft.com/en-us/library/ms155064.aspx).
For the report, you can set the Report.Language property to a specific constant culture value or based on the current user's settings: =User!Language (see also: http://msdn2.microsoft.com/en-us/library/ms156493.aspx)
-- Robert
No comments:
Post a Comment