cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
249
Views
0
Helpful
1
Replies

How to select language environment

jiaj
Level 1
Level 1

Hi there,

I have a question on IPCC. I was wondering how to let system select language environment. For example, I want to test the system to pronounce 1,2,3,.. in French enviornment instead of English. Here,the number 1,2,3 is not a recorded wav file , instead it's system generated when I do script in the play prompt step , such as N[1], N[2], N[3] . N means play the number as a prompt.

Thanks a lot.

1 Reply 1

aslam
Level 3
Level 3

Hi,

If you have installed multiple language, and want to play message in a different language, you can set the language before you play the prompt

e.g

set language = L[en_US]

play prompt ----

set language = L[es_US]

play prompt ---

HTH