athuldilip | 2018-06-29 12:20:22 UTC | #1
Hi
I'm using the flow scripting sdk for adding a flow dynamically. In flow scripting sdk the ArchLanguages object contains a collection of 23 languages. I want to add a language that is not there in this collection of 23 languages (like arabic). I can do this from architect but I have no idea on how to achieve this from the flow scripting SDK
MelissaBailey | 2018-07-05 14:06:04 UTC | #2
When a language is not defined in ArchLanguages you can look it up using ArchLanguages.getByLanguageTag('ar-AE'). That's for Arabic United Arab Emirates, make sure you use the correct tag for the dialect you want. See https://mypurecloud.github.io/purecloud-flow-scripting-api-sdk-javascript/ArchLanguages.html#getByLanguageTag
athuldilip | 2018-07-09 10:02:18 UTC | #3
Thanks! that solved my problem.
system | 2018-08-09 10:02:19 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 3086