How schedule report in specified language using ScheduleService
Hello,
I am currently using ScheduleService to programmatically schedule a multi lingual report.
How can schedule the report in specified language.
Thank you
Swaroop
Use this attribute:
<v2:attributeLocale>?</v2:attributeLocale>
Example:
<v2:attributeLocale>en-US</v2:attributeLocale> --> English (United States)
Or:
<v2:attributeLocale>es-ES</v2:attributeLocale> --> Spanish (Spain)
Kevin
Thank you Kevin!!