Sun Identity Manager Deployment Guide

Example Message Catalog

The following example creates a customized message catalog named myCustomCatalog. It replaces the label and help text for the Import Exchange File subtab.


Example 8–1 Creating Customized myCustomCatalog Message Catalog


<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration name='myCustomCatalog'>
  <Extension>
    <CustomCatalog id='myCustomCatalog' enabled='true'>
      <MessageSet language='en' country='US'>
        <Msg id='UI_SUBNAV_CONFIGURE_IMPORT_EXCHANGE'>Import XML File</Msg>
        <Msg id='UI_SUBNAV_CONFIGURE_IMPORT_EXCHANGE_HELP'>Loads the specified XML file.</Msg>
      </MessageSet>
    </CustomCatalog>
  </Extension>
</Configuration>