If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
How to handle multi language in tsql stored procedure?
Please help me out.
Thanks,
NRoy
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.