Language code
| Author: BitRock Support Date: January 07, 2009 09:16 Tags: |
Installbuilder
Multiple language support Features Tips |
The installer variable ${installation_language_code} stores the language code selected for the installation.
This variable can be useful when you need to perform any action based on the chosen language for the current installation. See an example below for using this variable with a <ruleList>.
<ruleList> <compareText> <text>${installation_language_code}</text> <logic>equals</logic> <value>fr</value> </compareText> </ruleList> |