[Asterisk-java-users] change default language
Brought to you by:
srt
From: Ken S. <ken...@1c...> - 2013-02-19 18:42:02
|
We are currently running Asterisk 1.4. I have an English/Spanish application. When in Spanish mode, how can I change the default language to Spanish so that channel.sayNumber(amount) will say correctly in Spanish? I would have thought that channel.setVariable("language","es") would have worked, but it does not. |