drscheme:language-configuration:language-dialog in DrScheme Tools Functions
(drscheme:language-configuration:language-dialog-> (union false/c drscheme:language-configuration:language-settings?)show-welcome?language-settings-to-showparentmanuals?)
show-welcome?: boolean?
language-settings-to-show: drscheme:language-configuration:language-settings?
parent=#t: (union false/c (is-a?/ctop-level-window<%>))
manuals?=#f: boolean?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-showargument 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
parentargument is used as the parent to the dialog.The
manuals?argument is passed todrscheme:language-configuration:fill-language-dialog.The result if
#fwhen the user cancells the dialog, and the selected language if they hit ok.