set-voice-language
The set-voice-language
action sets the voice language. It belongs to the speech category within the voice area.
Action Syntax
set-voice-language "text"
A quoted text string
set-voice-language $variable
A variable name starting with $
Examples
// Basic Usage
set-voice-language "En"
// Using Variables
// Display dynamic content from variables
set-voice-language $value
Action code: 3315247851
Version: 0.6.4
Last updated: 2025-06-13