Package: gtk
Function gtk:disable-setlocale
Lambda Listgtk:disable-setlocale () Details Prevents the gtk:init and gtk:init-check functions from automatically calling setlocale(LC_ALL, "").
You would want to use this function if you wanted to set the locale for your
program to something other than the locale of the user, or if you wanted to
set different values for different locale categories. Most programs should not need to call this function. | See also |
#2024-11-5