XML bursting based on Language
In the below one I'm able to burst the invoice pdf's to a specific folder.
But I have the requirement so that the invoice should print based on the language. We have different operating units where we have to print in that language like dutch,english,hindi etc.. based on the customer
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request select="/EVENT/G_EVENT/ROW">
<xapi:delivery>
<xapi:filesystem id="FILE_DELIVERY" output="/tmp/Invoice_Migration/${CUST_ACCOUNT_NUMBER}.pdf"/>
</xapi:delivery>
<xapi:document output="${CUST_ACCOUNT_NUMBER}" output-type="pdf" delivery="FILE_DELIVERY">