[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Widget Writer's Guide


XmeGetLocalizedString

Returns a localized version of the input string

Format

#include <Xm/XmosP.h>
XmString XmeGetLocalizedStringchar
*reservedWidget widgetchar
*resourceString string

DESCRIPTION

XmeGetLocalizedString returns a localized version of string. On most implementations of Motif, XmeGetLocalizedString ignores the values of reserved, widget, and resource. For these implementations, a call to XmeGetLocalizedString is equivalent to a call to XmStringCreateLocalized.

However, Motif vendors may use the values of widget and/or resource in an implementation-specific way. For example, if string is NULL, some Motif implementations return the localized version of the name of widget.

reserved
Reserved for future use.

widget
Specifies a widget ID.

resource
Specifies a resource name.

string
Specifies a string in ISO 8859-1 string format.

RETURN

Returns a localized version of string in XmString format.

RELATED

XmStringCreateLocalized(3).


[ Previous | Next | Contents | Glossary | Home | Search ]