Multi Lingual report
I was wondering is SSRS 2008 version has any capabilities to translate a report in multiple languages. I have a Report which will be used in different parts of worlds with different languages. German, Arabic and Chinese.
Is there a way may be i can use a Report parameter and depending of the choice of language the column headers would change. I understand you cant do much about the data fields.
Can someone point me in a direction where i can develop a Multi lingual Report?
Thank youFM
July 2nd, 2011 10:09am
Hello,
Please have a look at:
Deploying Reporting Services in a Global Environment
International Considerations for Reporting Services
Localization of SSRS ReportsOlaf Helper
* cogito ergo sum * errare humanum est * quote erat demonstrandum *
Wenn ich denke, ist das ein Fehler und das beweise ich tglich
Blog
Xing
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 12:56pm
Hi Farhan1,
In Reporting Services, the report data is retrieved intact from the original data source. Reporting Services does not convert or translate data during report processing. For example, if the report data source is a Japanese database, the data that appears in
the report will always be in Japanese.
Based on your requirements, you can define different language versions of the same database, and then create a report that allows the users to select a data source at run time. In order to achieve this, you need to define an expression in the report that returns
a list of possible data sources. For more information, please refer to the article below:
http://msdn.microsoft.com/en-us/library/ms156450.aspx
http://msdn.microsoft.com/en-us/library/ms156493(v=SQL.100).aspx
If you have any more questions, please feel free to ask.
Regards,
Bin Long
July 3rd, 2011 5:52am


