Community
Participate
Working Groups
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 I have translated my Report title element assigning a key to it : <text-property name="title" key="ReportTitle">Title Alessio</text-property> Then when i from runtime with a specific locale i try to get the value with : reportDesign.getTitle(); i get the default value between the tags that is : "Title Alessio" and not the corresponding value linked to the key ... BIRT : 3.7.1 See this forum post for more information : http://www.eclipse.org/forums/index.php/m/782966/#msg_782966 Reproducible: Always
reportDesign.getTitle() is not expected to return the translated value. You should use getExternalizedValue(IModuleModel.TITLE_ID_PROP, IModuleModel.TITLE_PROP)) to get the localized report title.