Specifying the culture code for Production Reporting for Reporting Services

The installation procedure places a file called GeacProductionReportingAddin.config in the PRRSAddin directory. To get the proper language to display in the Add New Infor Report Wizard, you must edit this file to specify the culture. You can also translate the text for the menu item in this file. This example details modifications to support a Spanish user interface.

<Configuration>
<UI>
<!-- Windows, Application, or specific culture code, e.g. de -->
< Culture>es</Culture>
<!-- The menu caption must contain Extensity, or Infor. Changing
		  menu text will fail otherwise -->
<MenuCaption>Add New &amp;Infor Report</MenuCaption>
<MenuTooltip>Adds a new Infor Production Reporting
		  report</MenuTooltip>
</UI>
</Configuration>

You must confirm that the PRRS Addin is set to load on startup. This is done through the Add-in Manager under Tools > Options.