15 pts.
 Multiple language support in SSRS 2005
I have to display my report in diffrent language viz French, German. SSRS 2005 Can support Multiple language? Thanks, NRoy

Software/Hardware used:
ASKED: February 13, 2009  9:51 AM
UPDATED: February 16, 2009  10:48 PM

Answer Wiki:
As far as displaying data in more than one language, yes. It will not handle the translation for you. You'll need to handle this within your code.
Last Wiki Answer Submitted:  February 13, 2009  9:32 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

How to handle multi language in tsql stored procedure?
Please help me out.
Thanks,
NRoy

 15 pts.

 

You would need to ask the user what languange they want, and pass that to the procedure, then have a table in the database which has all the text stored in the various languages. You’ll need to query that table using the value they passed in so that the data is returned in the correct language.

Much like the way the sysmessages system table is setup.

 64,520 pts.