Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How schedule report in specified language using ScheduleService

Snashikkar
Rank 3 - Community Apprentice
Summary
How schedule report in specified language using ScheduleService
Content
Hello,
I am currently using ScheduleService to programmatically schedule a multi lingual report.
How can schedule the report in specified language.
Thank you
Swaroop
0
Answers
-
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
0 -
Thank you Kevin!!
0