Changing the default text of a subscription email

  • Hi all,

    Got a (hopefully) simple question! When you set up a subscription for an SSRS report, you have the option of having the report be delivered as a link. This link is rendered into your email inbox as follows:

    The report is accessible at the following address:

    http://[SERVERNAME]/reportserver?%2fReports%2f%5BREPORTNAME%5D&rs%3aParameterLanguage=en-US

    I'd like to make two changes to that message. The first, and main change I want to make, is to change the text

    The report is accessible at the following address:

    Into a French equivalent. I would have thought that this would be easy to do, but I can't seem to find any way of doing it. Is it based on the language of the server?

    The second change would be to change the property ParameterLanguage=en-US to fr-FR. Again I would have assumed that would be based on the language property of the report, but it doesn't seem to work. The report is rendered based on the language of the computer either way, so it's not really a big deal, but it is somewhat odd to see.

  • Hi guys,

    Any luck with this one? I would like to do something similar but haven't found a way... Please let me know if anyone knows a solution or workaround to this.

    Cheers

  • Hi,

    I believe the text you are seeing regarding the link will be set by the language of the server according to BOL here:

    https://msdn.microsoft.com/en-us/library/ms156493.aspx

    Specifically this line:

    Errors, warnings, and informational messages that are returned by the server.

    The language of the report with regard to the =en-US part will depend on the language setting of Internet Explorer. so if you change that it should change the parameter to fr-FR.

    Here's how to change it:

    http://stackoverflow.com/questions/25439775/ssrs-subscription-change-the-date-format-executiontime-on-the-subject-line

    SQL SERVER Central Forum Etiquette[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply