XSupportsLocale − determine locale support.
Synopsis
Bool XSupportsLocale()
Availability
Release 5 and later.
Description
XSupportsLocale() returns True if Xlib functions are capable of operating under the current locale. If XSupportsLocale() returns False, the client should usually switch to a supported locale or exit. When the current locale is not supported, some Xlib routines will return the status XLocaleNotSupported, and others will silently operate in the default C locale.
See Also
XSetLocaleModifiers().
Copyright O’Reilly & Assoc. —