(C) 1998 AROS - The Amiga Research OS


NAME
#include <libraries/locale.h>
#include <proto/locale.h>

struct Catalog * OpenCatalog ()

SYNOPSIS
struct Locale * locale
STRPTR name
Tag tag1
...

FUNCTION
This is the varargs version of the locale.library OpenCatalogA(). For information see locale.library/OpenCatalog()

INPUTS
locale
The locale describing the language the users wants.
name
Name of the catalog file. tag1 - TagList of extra arguments.

RESULT
Either a pointer to a Catalog, or NULL.

Although the function may have returned NULL, that does not necessarily meant there is an error. If dos/IoErr() returns 0, then there was no error, but the language of the built in strings is the same as that of a catalog.

If IoErr() != 0, then there was an error however.

EXAMPLE

SEE ALSO
locale/ OpenCatalogA(), locale/ CloseCatalog(), locale/ GetCatalogStr()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
01.10.1997 ldp
#undef OpenCatalog varargs macro from the inline file
14.09.1997 iaint
A few more amiga.lib files.