Changing Text Labels in the OnePart UI

All of the text labels used in the NETVIBES OnePart UI can be configured in the onePart.properties file for internationalization (i18n) use. You can configure the UI labels as follows.

Context:

For more i18n details, see Customizing the UI Language using i18n.

For example, to display CATIA Product instead of CATIA assembly in the facets and filter drop-down list.

  1. Open the file located in <ONEPART_INSTALLDIR>\datadir\webapps\360-mashup-ui\WEB-INF\i18n\onePart.properties
  2. Search for the text you want to change. For example, “CATIA assembly”
  3. Locate the line, facet_Top/classproperties/file_extension/catproduct=CATIA assembly
  4. Edit the value to the text you want to display.
    For example, catproduct=CATIA Product
  5. Restart the search server.