XSupportsLocale()XSupportsLocale()NameXSupportsLocale – determine locale support.
Synopsis
Bool XSupportsLocale( )
Returns
True if supported, else False.
Availability
Release 5 and later.
DescriptionXSupportsLocale() returns True if Xlib functions are capable of operat‐
ing 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 AlsoXSetLocaleModifiers().
Xlib - Locale Management XSupportsLocale()