(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/locale.h>

STRPTR GetLocaleStr (locale , stringNum)

LOCATION
In LocaleBase at offset 13

SYNOPSIS
struct Locale * locale
ULONG stringNum

FUNCTION
This function will return a system standard string from the current Locale.

INPUTS
locale
The current locale.
stringNum
The number of the string to get a pointer to. See the include file <libraries/locale.h> for a list of possible values.

RESULT
A pointer to a NULL-terminated string, or NULL if the string requested was unknown. The returned string is READ-ONLY and is valid only as long as the Locale remains open.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
26.11.1998 iaint
Fixed a large number of errors. Even compiles now. Doesnt work though...
20.10.1998 hkiel
Amiga Research OS
16.08.1998 iaint
Initial - not working - locale.library. mmf.s is the meta makefile