Package com.dassault_systemes.catjsystem |
java.lang.Object
|
+-com.dassault_systemes.catjsystem.CATMessageCatalog
Framework : CATJSystem
Module : CATJSystem
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
String |
get(String iName, String iKey)
|
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