XmeGetLocalizedString — Returns a localized version of the input string
#include <Xm/XmosP.h>
XmString XmeGetLocalizedString
(reserved, widget, resource, string);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. |
Returns a localized version of string in XmString format.
XmStringCreateLocalized(3).