chickadee » speech-dispatcher-client » set-language

set-language conn thing languageprocedure

Set recommended language for this client according to language-code. language-code is the code of the language according to RFC 1766.

For example, to set the preferred language to Czech, you send the following command:

 (set-language conn 'self 'cs)

Please note, that switching a language may require switching a voice, so this command may actually override a previous call to set-voice or set-synthesis-voice.

The default for the Speech Dispatcher implementation of SSIP is determined by the DefaultLanguage setting in the server's speechd.conf file. The factory default is en (English).