You can localize the labels of a Publish tool field or other control object by editing the name attribute of its corresponding <string> element in the resources.xml file in the LiveContentData/publishData folder.
Procedure
- Open the resources.xml file in a text editor.
- In the resources.xml file, locate the
<string> element corresponding to the desired UI object.
For example, to localize text for the Package Builder Description field, locate the <string> tag with the name attribute description within the <packages> element.
- Edit the text between the element's opening and closing tags to define the label in the desired language.
<stringname="description">Descrizione</string>
- Save and close the resources.xml file.