11-24-2009 09:04 AM - edited 03-14-2019 04:54 AM
Hello all,
On my UCCX system I have the German language installed. In the DOC repository unde de_DE I have a directory called IT. I have placed an XML file here.
When my script runs it should look here and read this file. However a reactive debug tells me that the script is looking in en_GB\en_DE\IT\.
I thought that by setting the script language to de_DE this would correct the problem but it hasn't. How can I correct this and get the script to look in the correct location for the XML file?
Thanks,
Solved! Go to Solution.
11-25-2009 06:49 AM
Yes; use the language qualifier I referenced in my last answer.
11-24-2009 12:43 PM
I presume en_GB is the system default? Where did you change the language for the script?
11-24-2009 01:36 PM
Yes the default language in system settings is set to English UK en_GB.
In the script I used the language variable and set this to de_DE.
11-24-2009 01:45 PM
Creating a language variable does nothing unless you apply it. You can qualify the specific language against the document at your Create XML Document step using an @ qualifier; or, possibly just specify DOC[de_DE\filename.xml] in the parameter.
The qualifier is explained in the Expression Language Reference document, page 152:
My answer to a previous post may also shed some light on language control within CCX/IPIVR:
11-25-2009 03:15 AM
Thanks for your help. Even if I set the location to DOC[de_DE\filename.xml] the
system insists on searching en_GB\de_DE\filename.xml. So if
I put the xml file in this location it works but this is not how I want it to work. Is there anything else I can check?
11-25-2009 06:49 AM
Yes; use the language qualifier I referenced in my last answer.
11-25-2009 07:32 AM
Yep that worked!
In my variable I used DOC[IT\filename.xml] @ L[de_DE]
Thank you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide