2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
5 Desc: DosGetLocalizedString() - Support for localized strings.
9 #include "dos_intern.h"
11 /*****i***********************************************************************
14 #include <proto/dos.h>
16 AROS_LH1(STRPTR
, DosGetLocalizedString
,
19 AROS_LHA(LONG
, stringNum
, D1
),
22 struct DosLibrary
*, DOSBase
, 154, Dos
)
25 Internal DOS function, will return the localized string corresponding to
26 the number stringNum. But only once IPrefs has installed locale.library's
27 replacement function. Until then this function will just return NULL.
30 stringNum - The number of the string you want.
33 A pointer to a string, or NULL if no string could be found with
37 Error strings will ALWAYS be less than 80 characters, and should
38 ideally be less than 60 characters.
50 ******************************************************************************/