(file) Return to Globalization_HOWTO.htm CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

Diff for /pegasus/doc/Globalization_HOWTO.htm between version 1.8 and 1.8.18.1

version 1.8, 2006/08/16 19:34:35 version 1.8.18.1, 2007/01/26 18:22:43
Line 38 
Line 38 
       <td style="vertical-align: top;">Section 2.2.5. &nbsp; Added information how to write platform specific messages.<br>       <td style="vertical-align: top;">Section 2.2.5. &nbsp; Added information how to write platform specific messages.<br>
       </td>       </td>
     </tr>     </tr>
       <tr>
         <td style="vertical-align: top;">01/23/07<br>
         </td>
         <td style="vertical-align: top;">Sushma Fernandes<br>
         </td>
         <td style="vertical-align: top;">Section 2.2.5. &nbsp; Added information on special considerations while creating a new message.<br>
         </td>
       </tr>
   </tbody>   </tbody>
 </table> </table>
 <p><br> <p><br>
Line 621 
Line 629 
 text, it is not necessary to create a new message, but the existing one should text, it is not necessary to create a new message, but the existing one should
 be updated.</p> be updated.</p>
  
   <p><b>Are there any special considerations while creating a new message ? </b></p>
   
   <ul>
   <li>If a message definition contains text within a single quote
   it is not interpreted in any way.
   
   <p><i>Example:</i></p>
   <p> Server.CIMOperationRequestAuthorizer.NOT_IN_AUTHORIZED_GRP:
       string {"PGS05202: User '{0}' is not authorized to access CIM data."}
   </p>
   
   <p><i>Processed message:</i></p>
   <p>  User {0} is not authorized to access CIM data.  </p>
   </li>
   
   <li> For a single quote to appear in a processed message, it needs to be preceded by
   another single quote.
   
   <p><i>Example:</i></p>
   <p> Server.CIMOperationRequestAuthorizer.NOT_IN_AUTHORIZED_GRP:
       string {"PGS05202: User ''{0}'' is not authorized to access CIM data."}
   </p>
   
   <p><i>Processed message:</i></p>
   <p>  User 'wbemuser' is not authorized to access CIM data.  </p>
   </li>
   
   <li> For a double quote to appear in a processed message, it needs to be preceded by
   a back slash.
   
   <p><i>Example:</i></p>
   <p>
   ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.
   UNSUPPORTED_USERCONTEXT_VALUE:string {"PGS03029: Unsupported UserContext
   value: \"{0}\"."}
   </p>
   
   <p><i>Processed message:</i></p>
   <p>  Unsupported UserContext value: "10".  </p>
   </li>
   </ul>
   
   <p>&nbsp;</p>
   
 <p><b>How do I write a platform specific <p><b>How do I write a platform specific
 message ? </b></p> message ? </b></p>
  


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.18.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2