Package com.dassault_systemes.catjsystem

   
Class CATMessageCatalog

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjsystem.CATMessageCatalog
Class Location

Framework : CATJSystem

Module : CATJSystem

Class Description

public class CATMessageCatalog

A message catalog can be used to provide localized messages.

The translated message strings will be retrieved dynamically at runtime based on the current locale that is set on the associated CATSession instance.

Message catalog files have the '.CATNls' extension and are delivered within the runtime view under the following folder: \resources\msgcatalog.

See Also:
CATSession
Field Summary

Constructor Summary

Method Summary
String get(String iName, String iKey)


Field Detail

Constructor Detail

Method Detail

get

    String get(String iName, String iKey)

Returns a translated message string given a message catalog name and key.

Parameters:
iName
the catalog name.
iKey
the message key.
Returns:
the message string in the current locale, or null if the message key cannot be found in the target message catalog file.


Copyright © 2000, Dassault Systèmes. All rights reserved