Hi All, My report design has a grid with 6 rows and 2 columns in it. I have all the static text labels on the first column(translated into Different language using resource translation), second column has data item which comes from data source. What i want is the data source has 2 different fields which contains language specific information and other is English data.
For example, I have Name field on the Grid, when a person who runs report in French langugage. His name should be displayed in French. When english language is set. person's English name should appear. I have this information in 2 different fields in data source.
I can get the current language from reportcontext.GetLocale() function, but I don't know how to make the fields visible based on the language parameter.
Am using BIRT version 4.7.0
Any insights will be greatly appreciated.