XmStringCreateLocalized - A compound string function that creates a compound string in the current locale
#include <Xm/Text.h> XmString XmStringCreateLocalized (text) char *text;
XmStringCreateLocalized creates a compound string containing the specified text and assigns XmFONTLIST_DEFAULT_TAG as the font list entry tag. An identical compound string would result from the function XmStringCreate called with XmFONTLIST_DEFAULT_TAG explicitly as the font list entry tag.
Returns a new compound string.