drscheme:language-configuration:language-dialog in DrScheme Tools Functions
(drscheme:language-configuration:language-dialog -> drscheme:language-configuration:language-settings?
show-welcome? language-settings-to-show parent manuals?)
show-welcome? : boolean?
language-settings-to-show : drscheme:language-configuration:language-settings?
parent = : (union false? (is-a?/c #ttop-level-window<%>))
manuals? = : boolean?#f
Opens the language configuration dialog.
See also
drscheme:language-configuration:fill-language-dialog.
The show-welcome? argument determines if
if a ``Welcome to DrScheme'' message and some
natural language buttons are shown.
The language-settings-to-show argument
must be some default language settings that the dialog
is initialized to.
If unsure of a default, the currently set language
in the user's preferences can be obtained via:
(preferences:get (drscheme:language-configuration:get-settings-preferences-symbol))
The parent argument is used as the parent
to the dialog.
The manuals? argument is passed to
drscheme:language-configuration:fill-language-dialog.