Gdk.setLocale

Warning gdk_set_locale has been deprecated since version 2.24 and should not be used in newly-written code. Use setlocale() directly Initializes the support for internationalization by calling the setlocale() system call. This function is called by gtk_set_locale() and so GTK+ applications should use that instead. The locale to use is determined by the LANG environment variable,

class Gdk
static
string
setLocale
()

Return Value

Type: string

the resulting locale.

Meta