We have a set of 4rp report templates that we use in our application that's bilingual (English and French). We've gone an localized these reports, but the one place we have not been able to do that is the report Title. When the report title is set for the document root, a PDF/SVG generated will have this metadata added to the document, allowing the previewer application (such as Adobe PDF or Browsers) to show the title of the report on the application chrome.
The problem we have is that this is that the metadata is not localizable, so it does not look right when the application runs in a different language. Referring to the documentation online, meta data manipulation can only be used for compatibility reports only (not .4rp):
https://4js.com/online_documentation/fjs-gst-manual-html/#gst-topics/r_grw_API_functions_set_report_metadata.html#r_grw_API_functions_set_report_metadataIs there anyway we can have the title localized without resorted to created multiple sets of .4rp files?