In a report I would like to have the individual static text fields internationalised. The idea is to have a default word or phrase like "Date and Time" and pass this string to a dataset with static parameters such as Culture_Code.
My question is how do I set the value of the parameter to pass to the dataset BEFORE calling the dataset within each individual expression of each text box?
Example expression;
Parameter!Text_To_Translate.Value = "Date and Time"
=First(Fields!Translated_Text.Value, "Language_Text")
I am using SSRS 2008R2.