|
Obsolete IDL Features: Obsolete Objects |
|
The IDLffLanguageCat::SetCatalog function method is used to set the appropriate catalog file.
Result = Obj ->[IDLffLanguageCat::]SetCatalog(Application [, FILENAME=string] [, LOCALE=string] [, PATH=string])
Returns 1 upon success, and 0 on failure
A scalar string representing the name of the desired application's catalog file.
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.
Set this keyword to the desired locale for the catalog file. If not set, the current locale is used.
Set this keyword to a scalar string containing the path to search for language catalog files. The default is the current directory.
Introduced: 5.2.1
IDL Online Help (March 06, 2007)