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.
RETURN
Returns a localized version of string in XmString format.
RELATED