The features described in this topic are obsolete
and should not be used in new IDL code.
IDLffLanguageCat::SetCatalog
The IDLffLanguageCat::SetCatalog function method is used to set the appropriate catalog file.
Syntax
Result = Obj ->[IDLffLanguageCat::]SetCatalog(Application [, FILENAME=string] [, LOCALE=string] [, PATH=string])
Return Value
Returns 1 upon success, and 0 on failure
Arguments
Application
A scalar string representing the name of the desired application's catalog file.
Keywords
FILENAME
Set this keyword to a scalar string containing the full path and filename of the catalog file to open. If this keyword is set, application, PATH, and LOCALE are ignored.
LOCALE
Set this keyword to the desired locale for the catalog file. If not set, the current locale is used.
PATH
Set this keyword to a scalar string containing the path to search for language catalog files. The default is the current directory.
Version History
Introduced: 5.2.1