NAME
XSupportsLocale — determine locale support.
SYNOPSIS
Bool XSupportsLocale()
RETURNS
True if supported, else False.
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().
Xlib Reference Manual