View forum topic
List of forum topicsSubject: Dialogue-Tree Language
How to do that in a dialogue-tree, positions trees turn on the appropriate pre-selected language version. What should I set the condition.
Do you want to check or uncheck items depending on the selected lanhguage?
By default, you can set the default status of the item by assigning 0 or 1 to corresponding variable names. The each item has Variable name field.
For example,
Variable name: myoption
If you set myoption as 1 in Set Variables command above then the option will be checked. Otherwise, it will be unchecked.
So, you can specify in Set Variables
Variable Name: myoption
Value: 1
If Condition: Slanginst == "english"
or
If Condition: macrox_do("#langinst#") == "english"
In this case, myoption equals 1 when the current language is English.
Thanks
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.