Documentation Center

Localizing Publish tool fields and controls

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

  1. Open the resources.xml file in a text editor.
  2. 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.
  3. Edit the text between the element's opening and closing tags to define the label in the desired language.
    <stringname="description">Descrizione</string>
  4. Save and close the resources.xml file.