| Type & position: |
command, preamble & main part |
| Syntax: |
!iflang [<language>] |
| Description: |
Dieses Kommando fragt die aktuelle Ausgabesprache ab. Wird ein
deutscher Text erzeugt und wird als <sprache> die
Zeichenkette german verwendet, so werden alle Zeilen
ausgewertet, die bis !else bzw.
!endif angegeben werden. Andernfalls werden alle
Zeilen ausgewertet, die zwischen !else und
!endif angegeben werden. |
| Description: |
This command test the language UDO uses for the destination
file. If <language> matches one of the abbreviations for
the destination languages UDO will convert all lines between
!iflang and !else or
!endif. If not UDO will only convert the lines
between !else and !endif if
!else is used. The example shows how to test if UDO
converts to English. |
| Example: |
!iflang [english] |
| Exists since: |
Release 4 Version 0.47 |
| See also: |
!ifnlang, !ifdest,
!language, Query commands
|