Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 307 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI 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