Localize a Service Catalog item

  1. Click Service Catalog > Manage Items.
  2. Click Search or use the Search Catalog Items Definition form to search for a specific item record.
  3. Select an item record.
  4. From the detail list toolbar of the selected record, click More or the More Actions icon, and then click Localize this record.
  5. Select the language to use for localization.
  6. Click Next.
  7. Specify the localization data for the catalog item.
    FieldDescription
    Display NameThe is the localized name of the item.
    Short DescriptionThis is the localized description from the catalog definition that displays to the user.
    Long DescriptionThis is the localized detailed description from the catalog definition that displays to the user.
    Form InstructionsThese are any form instructions defined by the catalog item definition.
    OptionsThis field has XML that represents the user options defined for the item in the catalog definition. For example, here is XML for an item with a single check box option:
    <form><check box id="XYZ" label="This is a label"/></form>.
    The label text enclosed in quotes (" ") should be localized.
  8. Click Finish.
  9. Continue to localize by selecting another item record or exit by clicking OK and then Back.

Note

A user selection in a Service Catalog item may have different renderings under different conditions. It may be visible in one language but invisible in another. To achieve this, you can set different Dynamic Field Validations (such as Mandatory Condition and Visible Condition) to this user selection in a certain language and then localize this Service Catalog item to other languages. For example, to make a user option visible in English and French only, set the Visible Condition to ($G.my.language isin {"en","fr"}) in English before localization.

We don't suggest updating Dynamic Field Validations of a user option after you localize a Service Catalog item because this may break the data consistency across different languages. To set different conditions to a user selection in different languages, we strongly recommend you to set the Dynamic Field Validations for all languages in the same user option before localizing a Service Catalog item.

Related topics

Service Catalog items and bundles
More Actions menu
Add an item
Add user selections in a Service Catalog item or bundle