Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reporting Services internationalization [duplicate]

Possible Duplicate:
Internationalization in SSRS

We use SQL Server Reporting Services for our web reports. At the moment, our clients are all in the UK, so for each report, we set the Language property for the report to "English (United Kingdom)".

But now we have US and French clients. So, we'll need to change the language and currency for the French, and the date format and currency for the Americans. We want to keep one set of reports for all our clients.

What is the best way to do this?

like image 630
Craig Avatar asked Oct 06 '08 17:10

Craig


2 Answers

Please check out this thread. It might help you here.

Internationalization in SSRS

like image 101
Vijesh VP Avatar answered Nov 15 '22 09:11

Vijesh VP


The report will be rendered with the web browsers language in regard to formatting of dates, currencies and so on if the report's language has not been set. See MSDN documentation:

If the language of the report is not set, the language of the Web browser is used. If the language of the Web browser is not set, the language of the operating system of the report server is used. For example, if you set a specific language on a text box that displays date information, then that text box is always displayed with the date format for that language even if the report, Web browser or server is set to a different language.

like image 28
Magnus Lindhe Avatar answered Nov 15 '22 11:11

Magnus Lindhe