resources.xml
This XML language resource file enables you to localize the text elements, such as menu items and field and control labels, of the LiveContent S1000D Publish tool.
The LiveContent S1000D installer delivers the default version of this file to the publishData subdirectory in the LiveContent S1000D program folder. When the Publish tool is invoked, values from the file are used to define localizable text elements in the tool's user interface. If the file does not exist, the tool creates one.
This resource file must contain a root <resources> element with a language attribute that sets the language/country code used to localize the calendar widget on the Publication Builder and Package Builder.
<resources> element contains the following children.
<general>, containing definitions for labels of Publish tool navigation menus, home page fields and controls, and the like.<publications>, containing definitions for labels of Publication List and Publication Configuration Builder fields and controls.<packages>, containing definitions of labels for Package List and Package Builder fields and controls.
language attribute children contain a <string> element corresponding to each applicable user interface element. For example, the <packages> element contains the following, which localizes the label of the Description field on the Package Builder is defined by the following element.
<string name="PackageDescription">Description:</string>
resources.xml example
language attribute of the Each child of the root <resources> element contains definitions for part of the user interface.
<resources language="it-IT">
<general>
<string name="Home">Casa</string>
...
</general>
<publications>
<!--Publication List page-->
...
<string name="PublicationListTitle">Pubblicazioni</string>
...
<!--Publication Builder page-->
...
<string name="PublicationBuilderTitle">Generatore di configurazione della pubblicazione</string>
...
</publications>
<packages>
<!--Package List page-->
...
<string name="PackageListTitle">Pacchi</string>
...
</packages>
...
</resources> In this example, note that the language attribute of the <resources> tag has been changed to the language/country code for Italian (it-IT). This attribute controls the language of the calendar widget on the Publication Builder and Package Builder.