Updating the Resource.Config.xml

The Resource.Config.xml located in \Innovator\Client\XML folder defines the language(s) that can be loaded on the Client. When you define the language pack, you need to update Resource.Config.xml file and add a reference to your language.

The following is an example of adding the German Language to the Resource.Config.xml:

<satelliteresources>

...

<resource culture="neutral"/>

<resource culture="ja"/>

<resource culture="de"/>

...

Once you have updated the Resource.Config.xml and saved it, you need to restart IIS on the Server.