I'm having a little trouble setting up multiple languages on my gw. I set up the paramspace for my application as below:
application
service test t
ftp://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 t
ftp://192.168.1.3/ paramspace spanish location t
ftp://192.168.1.3/sp When i tried to switch between the 2 prefixes in my TCL script via "infotag set med_language prefix sp", it generated error (unkown prefix).
Can anyone help me with this? some examples would be great.