Advanced Customization > Business Logic Customization > Report Generation > Report Localization Customization > Solution > Procedure - Localizing a ReportTemplate Data Source
  
Procedure - Localizing a ReportTemplate Data Source
1. Create the file, <WindchillHome>/src/<MyPackage>/<MyReportTemplateResource>.rbInfo. Add entries, as necessary, for the task method name, parameter names, and column names. Create language specific versions of <MyReportTemplateResource>.rbInfo and generate the associated java source and compiled class files.
2. Update <MyReportTemplate> to specify the resource bundle. Navigate to the WindchillSite > Utilities and launch the Report Management utility. From the Report Management UI, select <MyReportTemplate>, and click "Update" to launch Query Builder. Select the Report > Properties menu item and enter <MyPackage>.<MyReportTemplateResource> into the "Resource Bundle" text field. Click "OK" and save the changes.
3. Update the Cognos model to incorporate the localized text. Launch JConsole from installed Windchill shortcuts. Connect to the Embedded Servlet Engine (based on Tomcat) JVM instance. Select reporting management bean from the MBeans tab, “com.ptc > Monitors > ReportingSystem”. From the Operations tab, click "updateModel".