I've created a script/service and have it running.
application
service test tftp://192.168.1.3/test1.tcl
paramspace english language en
paramspace english index 1
paramspace english location tftp://192.168.1.3/
Now I need to set up another language prompt. However, I couldn't do it. I tried to give the user an option to switch between the 2 languages via TCL script via "infotag set med_language prefix sp". That TCL command generated error => "unkown language prefix". I have searched around and look for solution. The more I look, the more confusing it becomes. Because when i went to my 'config->application->service test', i tried to modify the paramspace from there but anything i put in doesn't seem to take any effects.
application
service test tftp://192.168.1.3/test1.tcl
paramspace spanish index 2
paramspace english language en
paramspace english index 1
paramspace spanish language sp
paramspace english location tftp://192.168.1.3/
paramspace spanish location tftp://192.168.1.3/sp