internationalization - Localized messages in Pentaho reports -
i trying put localized message in pentaho report. message has 1 parameter inserted message's localized text like
all approved disconnects of ${company} in ${region}
how do using pentaho report designer? i've tried resource-message
. correctly accesses localized text defined in resource bundle inlined report file cannot substitute placeholder parameter. how connect message parameters of report?
are connecting message parameters or field? resource-message should fine. need replace curly braces parentheses.
for example, in translations file.
report_date=report date: $(report date, date, mmmm yyyy)
Comments
Post a Comment