Showing posts with label translated templates. Show all posts
Showing posts with label translated templates. Show all posts

How to create a multilingual report in Oracle XML Publisher

There are two options for adding translated templates to your report definition:

       Create a separate RTF template that is translated (a localized template)
This option is useful if the translated template requires a different layout for each language.
       Generate an XLIFF file from the original template (at runtime the original template is applied for the layout and the XLIFF file is applied for the translation)
If the layout of the report is same for all languages and if we only require translation of the text strings of the template layout, use the XLIFF option.