Advanced Customization > Business Logic Customization > Report Generation > Report Localization Customization > Solution > Procedure - Localizing a Windchill Report Object's Name
  
Procedure - Localizing a Windchill Report Object's Name
1. Create the file, <WindchillHome>/src/<MyPackage>/<MyReport>.rbInfo. Add an entry for the Report Object's Name. Create language specific versions of <MyReportResource>.rbInfo and generate the associated java source and compiled class files.
2. Update <MyReport> to specify the resource bundle. Navigate to the Windchill "Site > Reports" page, select the edit action for <MyReport>. Enter "<MyPackage>.<MyReportResource>" into the "Resource Bundle" text field and click "OK".
3. Verify the Report attribute "localizedName" is the translated text based on the client locale.