Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 01:00 AM
I want to specify a topic block that transitions by language in VA.
Using the Script action utility, I want to use LiveAgent_language in Context variables to automatically get the user's configured language.
Does anyone know how to write a script?
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 05:57 PM
I was able to do.
I wrote the below script.
vaVars.LiveAgent_language = gs.getUser().getLanguage();
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2024 05:57 PM
I was able to do.
I wrote the below script.
vaVars.LiveAgent_language = gs.getUser().getLanguage();