NAME
XLocaleOfIM — get the locale of an input method.
SYNOPSIS
char ∗ XLocaleOfIM(im)
XIM im;
ARGUMENTS
imSpecifies the input method.
RETURNS
The locale name.
AVAILABILITY
Release 5 and later.
DESCRIPTION
XLocaleOfIM() returns the name of the locale associated with the specified input method. The returned string is owned by Xlib and should not be freed by the client.
SEE ALSO
XOpenIM(), XCloseIM(), XGetIMValues(), XDisplayOfIM().
Xlib Reference Manual