How to localize e-mail notifications in custom OIM workflow?
Hi all,
I've done all the steps to create a custom notification with a custom ADF Task Flow (reference doc: Creating and Deploying Custom Task Details Workflow, http://docs.oracle.com/cd/E37115_01/dev.1112/e27150/request.htm#BABIDHGH) and it worked.
Also, in the same document i followed the procedure to create a separate e-mail notification (reference doc. 21.5.3 Developing Custom Task Details for Email Notification (Optional)), by creating a page router on the task flow, it also worked.
Yet, customer requires the e-mail notification to be translated to three different languages (English, Spanish and Portuguese). We have created Resource Bundles for each of those, and tied the labels and text items to those resource bundles. However, the email notification is always sent in English, even when we set the locale of the user for pt-BR (Portuguese Brazil) on the OIM USR table.
1