Prevents gtk.global.init_, gtk.global.initCheck, gtk.global.initWithArgs and
gtk.global.parseArgs 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 user’s locale, or if
you wanted to set different values for different locale categories.
Most programs should not need to call this function.
Prevents gtk.global.init_, gtk.global.initCheck, gtk.global.initWithArgs and gtk.global.parseArgs 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 user’s locale, or if you wanted to set different values for different locale categories.
Most programs should not need to call this function.