Internationalization in SSRS

后端 未结 1 1451
春和景丽
春和景丽 2021-01-12 17:18

What\'s the best way to handle translations for stock text in a SSRS. For instance - if I have a report that shows a grid of contents what\'s the best way to ha

1条回答
  •  孤城傲影
    2021-01-12 17:47

    AS far as I know, there is no way to localize a report (meaning automating the translation of string litterals)...

    Like you said,you basically have to use the User!Language global variable to catch the user's settings and then use that to retrieve the appropriate strings from the DB...

    However, you can adapt the display of currency/numeric/date fields according to the user locale. Also possible is changing the interface of the Report Viewer to match your user's langage.

    Here are a few links giving tips on how to adapt the locale:

    http://www.ssw.com.au/Ssw/Standards/Rules/RulesToBetterSQLReportingServices.aspx#LanguageSetting

    Langage pack for Report Viewer:

    http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=e3d3071b-d919-4ff9-9696-c11d312a36a0

    0 讨论(0)
提交回复
热议问题